diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-23 14:01:57 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-23 14:01:57 +0100 |
commit | 84cdaedf5cbde6a60e2840ab35fcccf8106bd0f2 (patch) | |
tree | 7d650e6e53c31f5f69cc20932cf8e24144c11a1f /manage.py | |
parent | 5f5a3de40a8d2fa9c6067c2b0fa567ff11419e80 (diff) |
Local Docker environment is now runnable with make
Diffstat (limited to '')
-rwxr-xr-x | manage.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #!/usr/bin/env python """Django's command-line utility for administrative tasks.""" + import os import sys |