6 lines
187 B
Python
6 lines
187 B
Python
|
#!/Users/macbookpro/Desktop/Webeng_praktikum/DjangoProjekt/news1/venv/bin/python
|
||
|
from django.core import management
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
management.execute_from_command_line()
|