feat: added dev utility

This commit is contained in:
ITQ
2025-01-24 22:52:04 +03:00
parent afc6a5cf09
commit f3d12d4e57
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
rm -rf db.sqlite3
python manage.py migrate
python manage.py createsuperuser --username admin