Skip to content

Commit 8120428

Browse files
committed
Added entrypoint-dev script for use with the dev environment setup
Signed-off-by: Charlie Evans <charlie.glenn.evans.jr@gmail.com>
1 parent f168ae8 commit 8120428

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

entrypoint-dev.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
python3 manage.py makemigrations
33
python3 manage.py migrate
4-
python3 manage.py loaddata sources/cfc-seed.json
4+
python3 manage.py syncdata sources/cfc-seed.json
5+
python3 manage.py syncdata sources/cfc-law30.json
56
python3 manage.py runserver 0.0.0.0:8080

0 commit comments

Comments
 (0)