diff --git a/reset_db.sh b/reset_db.sh new file mode 100644 index 000000000..6a55b199a --- /dev/null +++ b/reset_db.sh @@ -0,0 +1,5 @@ +#!/bin/bash +rm /home/randomsec/RandomSec/MUOR/db.sqlite3 +touch /home/randomsec/RandomSec/MUOR/db.sqlite3 +python3 /home/randomsec/RandomSec/MUOR/manage.py makemigrations +python3 /home/randomsec/RandomSec/MUOR/manage.py migrate \ No newline at end of file