From 84cdaedf5cbde6a60e2840ab35fcccf8106bd0f2 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 23 May 2024 14:01:57 +0100 Subject: Local Docker environment is now runnable with make --- manage.py | 1 + 1 file changed, 1 insertion(+) (limited to 'manage.py') diff --git a/manage.py b/manage.py index 47da0a5..114b143 100755 --- a/manage.py +++ b/manage.py @@ -1,5 +1,6 @@ #!/usr/bin/env python """Django's command-line utility for administrative tasks.""" + import os import sys -- cgit v1.2.3