-
Notifications
You must be signed in to change notification settings - Fork 87
Shell scripts
Sam Walton edited this page Apr 15, 2020
·
4 revisions
A suite of shell scripts for performing various functions can be found in the /bin folder.
These scripts can be run with, for example docker-compose exec twlight /app/bin/virtualenv_migrate.sh.
The script virtualenv_migrate.sh will, for each TWLight app, run:
python manage.py createinitialrevisionspython manage.py makemigrationspython manage.py migratepython manage.py sync_translation_fields
See the official documentation for more on what each of these commands does.
Repository
Local development
Servers
Code documentation