We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f168ae8 commit 8120428Copy full SHA for 8120428
1 file changed
entrypoint-dev.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
python3 manage.py makemigrations
3
python3 manage.py migrate
4
-python3 manage.py loaddata sources/cfc-seed.json
+python3 manage.py syncdata sources/cfc-seed.json
5
+python3 manage.py syncdata sources/cfc-law30.json
6
python3 manage.py runserver 0.0.0.0:8080
0 commit comments