Fixed syntax error, that broke pipenv (update)

This commit is contained in:
Marcus Scholz 2020-09-19 23:31:25 +02:00
parent 4c9234d07a
commit e25f3da5a5
1 changed files with 1 additions and 2 deletions

View File

@ -24,5 +24,4 @@ django-taggit = "*"
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"
showmigrations = "django_lostplaces/manage.py showmigrations"