mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-09 05:04:54 +00:00
3 lines
80 B
Bash
3 lines
80 B
Bash
#!/bin/sh
|
|
python manage.py migrate
|
|
python manage.py runserver_plus 0.0.0.0:8000
|