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"