# HG changeset patch # User Nishanth Amuluru # Date 1294470113 -19800 # Node ID c7fb9663c3a10863d15bce49c61cf845653d45b0 # Parent 5eb99afe635046c8f0f8110c9fe86c485e4331d6 removed unwanted manage file diff -r 5eb99afe6350 -r c7fb9663c3a1 manage.py --- a/manage.py Sat Jan 08 12:24:21 2011 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -#!/usr/bin/env python -from django.core.management import execute_manager -try: - import settings # Assumed to be in the same directory. -except ImportError: - import sys - sys.stderr.write("Error: Can't find the file 'settings.py' in the directory containing %r. It appears you've customized things.\nYou'll have to run django-admin.py, passing it your settings module.\n(If the file settings.py does indeed exist, it's causing an ImportError somehow.)\n" % __file__) - sys.exit(1) - -if __name__ == "__main__": - execute_manager(settings)