mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-01 12:40:29 +00:00
5 lines
184 B
Python
Executable file
5 lines
184 B
Python
Executable file
#!/Users/utkucanbiyikli/Desktop/Projects/django-notifications/env/bin/python3
|
|
from django.core import management
|
|
|
|
if __name__ == "__main__":
|
|
management.execute_from_command_line()
|