Commit a839737a authored by Robert's avatar Robert
Browse files

Add uwsgi reload

parent 1e544b0c
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -74,3 +74,9 @@ Konfiguration anpassen und anschließend nginx neustarten (`service nginx restar
## Statische Dateien aktualisieren
## Statische Dateien aktualisieren


    lohroctl collectstatic
    lohroctl collectstatic

## Änderungen aktivieren

    touch /etc/lohrothek/local_settings.py

Alternativ `service uwsgi reload` ausführen.