Switches to Bulma for layout
This commit is contained in:
parent
a2b3a79181
commit
49e94f8e8e
11 changed files with 11745 additions and 870 deletions
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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue