mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-17 05:40:25 +00:00
5 lines
128 B
Python
Executable file
5 lines
128 B
Python
Executable file
#!/usr/bin/env python
|
|
from django.core import management
|
|
|
|
if __name__ == "__main__":
|
|
management.execute_from_command_line()
|