Skip to content

Commit efaa7bc

Browse files
fixed initdb.sh
1 parent ac1bd81 commit efaa7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initdb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
rm db.sqlite3
3-
rm -r /backend/migrations/*
3+
rm -r backend/migrations/*
44
python manage.py makemigrations backend
55
python manage.py migrate
66
python manage.py loaddata initial_data.json

0 commit comments

Comments
 (0)