Skip to content

Commit

Permalink
Add manage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gbip committed Mar 28, 2023
1 parent d1b26dc commit 4126e00
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python3
import os
import sys

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "tests.test_settings")

from django.core.management import execute_from_command_line

execute_from_command_line(sys.argv)

0 comments on commit 4126e00

Please sign in to comment.