X-Git-Url: https://git.piment-noir.org/?p=webcomics.git;a=blobdiff_plain;f=manage.py;fp=manage.py;h=b50edd786aea66e02476af6b8b6f9d1f400eb777;hp=3e4eedc9ff5862c99e999b544a5b34c4e9af877a;hb=9481a8d3547d4fb0acbc6917e4ae158e5f751413;hpb=315e96d4c9aa127e9266eea5d45a90903f178b2a diff --git a/manage.py b/manage.py index 3e4eedc..b50edd7 100644 --- a/manage.py +++ b/manage.py @@ -2,7 +2,7 @@ from django.core.management import execute_manager import imp try: - imp.find_module('settings') # Assumed to be in the same directory. + imp.find_module('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" % __file__)