From e25f3da5a5a2c175e07813f39f190d6ddb3874c4 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sat, 19 Sep 2020 23:31:25 +0200 Subject: [PATCH] Fixed syntax error, that broke pipenv (update) --- Pipfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 018709a..1ac8b0c 100644 --- a/Pipfile +++ b/Pipfile @@ -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"