[project @ Small fixes to changed directory name]
authorLorian Schaeffer <lorian@caltech.edu>
Mon, 12 Nov 2007 22:17:34 +0000 (22:17 +0000)
committerLorian Schaeffer <lorian@caltech.edu>
Mon, 12 Nov 2007 22:17:34 +0000 (22:17 +0000)
ga_frontend/fctracker/models.py
ga_frontend/settings.py
ga_frontend/urls.py

index 099edb10697611e1401dc4465f2811c67a5eb66a..5a0136787df68ad17abd068047936ef91ccbfcbb 100644 (file)
@@ -1,5 +1,5 @@
 from django.db import models
-from elandifier import settings
+from ga_frontend import settings
 
 # Create your models here.
 
index e75070ccbad40c26e5e157fd154fe9421fd17c3a..65dbab341103a49ff651d2e34f9a9626fa43c752 100644 (file)
@@ -66,7 +66,7 @@ MIDDLEWARE_CLASSES = (
     'django.middleware.doc.XViewMiddleware',
 )
 
-ROOT_URLCONF = 'elandifier.urls'
+ROOT_URLCONF = 'ga_frontend.urls'
 
 TEMPLATE_DIRS = (
     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
index 12676407715b8bffce72293dfe3e59a25ff5be50..398cdce7c78259b812abdff97cf93d636a13681d 100644 (file)
@@ -8,7 +8,7 @@ databrowse.site.register(FlowCell)
 
 urlpatterns = patterns('',
     # Base:
-    (r'^elandifier/', include('elandifier.eland_config.urls')),
+    (r'^ga_frontend/', include('ga_frontend.eland_config.urls')),
     # Admin:
      (r'^admin/', include('django.contrib.admin.urls')),
     # Databrowser: