mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-02 02:44:41 +00:00
6 lines
184 B
Python
6 lines
184 B
Python
|
|
#!/Users/utkucanbiyikli/Desktop/Projects/django-notifications/env/bin/python3
|
||
|
|
from django.core import management
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
management.execute_from_command_line()
|