re-organising

This commit is contained in:
2013-07-24 13:29:06 +10:00
parent 72b60a03cc
commit c8db182dc7
7 changed files with 0 additions and 216 deletions

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "rockviewer.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)