diff --git a/solution/clean_env.sh b/solution/clean_dev_env.sh similarity index 52% rename from solution/clean_env.sh rename to solution/clean_dev_env.sh index 94f04a6..7b290bc 100644 --- a/solution/clean_env.sh +++ b/solution/clean_dev_env.sh @@ -2,3 +2,4 @@ rm -rf db.sqlite3 python manage.py migrate +python manage.py createsuperuser --username admin