build: remove fixtures

This commit is contained in:
Herculino Trotta
2024-10-11 01:54:53 -03:00
parent f64a2a6e8c
commit fde0dd420a
2 changed files with 0 additions and 3 deletions

View File

@@ -1 +0,0 @@
{}

View File

@@ -5,6 +5,4 @@ set -o pipefail
set -o nounset
python manage.py migrate
python manage.py loaddata ./fixtures/*.json
#python manage.py compilemessages
exec python manage.py runserver 0.0.0.0:8000