Switches to Bulma for layout

This commit is contained in:
Mouse Reeve
2020-09-28 14:47:53 -07:00
parent a2b3a79181
commit 49e94f8e8e
11 changed files with 11745 additions and 870 deletions

3
fr-dev
View File

@ -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"
;;