Initial commit. Basic models mostly done.
This commit is contained in:
Binary file not shown.
5
venv/lib/python3.8/site-packages/django/bin/django-admin.py
Executable file
5
venv/lib/python3.8/site-packages/django/bin/django-admin.py
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from django.core import management
|
||||
|
||||
if __name__ == "__main__":
|
||||
management.execute_from_command_line()
|
||||
Reference in New Issue
Block a user