app/main.py
changeset 144 53d8b8064019
parent 54 03e267d67478
child 324 05e21c089be6
--- a/app/main.py	Sun Sep 14 00:23:49 2008 +0000
+++ b/app/main.py	Sun Sep 14 20:32:32 2008 +0000
@@ -35,6 +35,8 @@
 # from it. This lets us replace the built-in Django
 sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))
 
+sys.path.insert(0, os.path.abspath('django.zip'))
+
 # Force Django to reload its settings.
 from django.conf import settings
 settings._target = None