Switches to Bulma for layout
This commit is contained in:
3
fr-dev
3
fr-dev
@ -44,6 +44,9 @@ case "$1" in
|
||||
test_report)
|
||||
docker-compose exec web coverage report
|
||||
;;
|
||||
collectstatic)
|
||||
docker-compose exec web python manage.py collectstatic
|
||||
;;
|
||||
*)
|
||||
echo "Unrecognised command. Try: up, initdb, resetdb, makemigrations, migrate, shell, dbshell, restart_celery, test, test_report"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user