Deyployment Tools 1. Installiere alle nötigen Tools: pip install gunicorn django-fabric django-configurations Füge der settings.py folgendes hinzu: INSTALLED_APPS = ( … ‚gunicorn‘, … ) 2. Django Fabric einrichten: Erstelle eine Datei …
Deyployment Tools 1. Installiere alle nötigen Tools: pip install gunicorn django-fabric django-configurations Füge der settings.py folgendes hinzu: INSTALLED_APPS = ( … ‚gunicorn‘, … ) 2. Django Fabric einrichten: Erstelle eine Datei …