7 lines
124 B
Makefile
7 lines
124 B
Makefile
|
run:
|
||
|
python manage.py runserver
|
||
|
makemigrations:
|
||
|
python manage.py makemigrations mordor
|
||
|
migrate:
|
||
|
python manage.py migrate
|