Remove silly manage.py

version-tab
Eric Holscher 2014-12-09 10:57:12 -08:00
parent 3bc00a6351
commit 166a766b21
1 changed files with 0 additions and 11 deletions

View File

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