first comit
This commit is contained in:
10
venv/lib/python3.10/site-packages/django/__main__.py
Executable file
10
venv/lib/python3.10/site-packages/django/__main__.py
Executable file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Invokes django-admin when the django module is run as a script.
|
||||
|
||||
Example: python -m django check
|
||||
"""
|
||||
|
||||
from django.core import management
|
||||
|
||||
if __name__ == "__main__":
|
||||
management.execute_from_command_line()
|
||||
Reference in New Issue
Block a user