Add old project to repo.
This commit is contained in:
5
Buddy/buddy/bin/django-admin.py
Executable file
5
Buddy/buddy/bin/django-admin.py
Executable file
@ -0,0 +1,5 @@
|
||||
#!/root/Buddy/buddy/bin/python3
|
||||
from django.core import management
|
||||
|
||||
if __name__ == "__main__":
|
||||
management.execute_from_command_line()
|
Reference in New Issue
Block a user