From 1583b86a6215c879a667f304512d4708c77e9f82 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Tue, 16 Apr 2019 17:58:29 +0200 Subject: makemigrations pipeline created, RepoData model created, and a really naive implementation of the API stuff which makes 6 requests and takes forever to load. I've found a better approach so I'm gonna switch to that next. --- Pipfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 1e106f07..62d475e4 100644 --- a/Pipfile +++ b/Pipfile @@ -30,3 +30,7 @@ requests = "*" [requires] python_version = "3.7" + +[scripts] +makemigrations = "python manage.py makemigrations" +django_shell = "python manage.py shell" -- cgit v1.2.3