Fixed syntax error, that broke pipenv (update)
This commit is contained in:
3
Pipfile
3
Pipfile
@@ -24,5 +24,4 @@ django-taggit = "*"
|
|||||||
test = "django_lostplaces/manage.py test lostplaces"
|
test = "django_lostplaces/manage.py test lostplaces"
|
||||||
server = "django_lostplaces/manage.py runserver --ipv6"
|
server = "django_lostplaces/manage.py runserver --ipv6"
|
||||||
dbshell = "django_lostplaces/manage.py dbshell"
|
dbshell = "django_lostplaces/manage.py dbshell"
|
||||||
showmigrations "django_lostplaces/manage.py showmigrations"
|
showmigrations = "django_lostplaces/manage.py showmigrations"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user