d120 / pyofahrt

Verwaltungssoftware für die Erstsemesterfahrt
GNU Affero General Public License v3.0
4 stars 1 forks source link

pyofahrt

Verwaltungssoftware für die Erstsemesterfahrt

Deployment

Installation

Updates

When manually executing manage.py commands in production, do not forget to either pass the --settings pyofahrt.settings_production flag oder set it as an environment variable like export DJANGO_SETTINGS_MODULE=pyofahrt.settings_production.

To update an instance of pyofahrt, one can use the included update script script/update.

For production instances, one should use something like sudo -u pyofahrt script/update --prod.