Ajoutez des fichiers projet.
This commit is contained in:
9
venv/Lib/site-packages/django/__main__.py
Normal file
9
venv/Lib/site-packages/django/__main__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
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