kopia lustrzana https://github.com/djpeacher/django-projects
feat: added justfile
rodzic
4b77c454c3
commit
e879d23028
|
@ -0,0 +1,13 @@
|
||||||
|
export DEBUG := "True"
|
||||||
|
|
||||||
|
start:
|
||||||
|
python manage.py runserver
|
||||||
|
|
||||||
|
migrations:
|
||||||
|
python manage.py makemigrations
|
||||||
|
|
||||||
|
migrate:
|
||||||
|
python manage.py migrate
|
||||||
|
|
||||||
|
shell:
|
||||||
|
python manage.py shell
|
Ładowanie…
Reference in New Issue