You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 23:17:10 +00:00
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/bash
|
|
|
|
rm -rf db.sqlite3
|
|
python manage.py migrate
|
|
python manage.py createsuperuser --username admin
|