Skip to content

Wine cellar administration app with django/python

mikch06/winecellar

Repository files navigation

Wine App Project with Django

For my personal Winecellar i created this app for python / django training and personal use to manage my cellar!

Run testserver

 python manage.py runserver

 access from remote: python3 manage.py runserver 0.0.0.0:8000

Install Django project on IDE from github repo with virtual env

# Clone repo

# Create virutal env
python3 -m venv wine-env
   
# Activate virtual env wine-env
source wine-env/bin/activate
    
# Install Django
pip install django

Doc

Find documentation topics:

  • gunicorn deployment
  • nginx config
  • sqlite version increase on CentOS

view in: docs

About

Wine cellar administration app with django/python

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •