django-notifications/env/bin/django-admin.py
2019-03-26 23:59:09 +03:00

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()