For my personal Winecellar i created this app for python / django training and personal use to manage my cellar!
python manage.py runserver
access from remote: python3 manage.py runserver 0.0.0.0:8000
# 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
Find documentation topics:
- gunicorn deployment
- nginx config
- sqlite version increase on CentOS
view in: docs