Pipfile script for migrations
This commit is contained in:
1
Pipfile
1
Pipfile
@@ -25,3 +25,4 @@ test = "django_lostplaces/manage.py test lostplaces"
|
||||
server = "django_lostplaces/manage.py runserver --ipv6"
|
||||
dbshell = "django_lostplaces/manage.py dbshell"
|
||||
showmigrations = "django_lostplaces/manage.py showmigrations"
|
||||
makemigrations = "django_lostplaces/manage.py makemigrations --no-input"
|
||||
|
Reference in New Issue
Block a user