Initial commit. Basic models mostly done.
This commit is contained in:
5
venv/bin/django-admin.py
Executable file
5
venv/bin/django-admin.py
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/home/tom/.git/exalted/venv/bin/python
|
||||
from django.core import management
|
||||
|
||||
if __name__ == "__main__":
|
||||
management.execute_from_command_line()
|
||||
Reference in New Issue
Block a user