Skip to content

Commit

Permalink
Tests need the manage.py file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan committed Feb 11, 2014
1 parent 735a221 commit 457a639
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 python
import os
import sys

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "timezone-detect.settings")

from django.core.management import execute_from_command_line

execute_from_command_line(sys.argv)

0 comments on commit 457a639

Please sign in to comment.