new engine/ app, the location to where to implement plugin/query and
[myslice.git] / myslice / settings.py
index 31432e5..d88a335 100644 (file)
@@ -80,6 +80,7 @@ STATICFILES_DIRS = (
     # Put strings here, like "/home/html/static" or "C:/www/django/static".
     # Always use forward slashes, even on Windows.
     # Don't forget to use absolute paths, not relative paths.
+    os.path.join(ROOT,'static'),
 )
 
 # List of finder classes that know how to find static files in
@@ -133,6 +134,8 @@ INSTALLED_APPS = (
     'insert_above',
     'myslice',
     'auth',
+    'engine',
+    'plugins',
     'slice',
     # Uncomment the next line to enable the admin:
     # 'django.contrib.admin',
@@ -173,4 +176,5 @@ AUTHENTICATION_BACKENDS = ( 'auth.backend.MyCustomBackend', )
 
 #################### for insert_above
 #IA_JS_FORMAT = "<script type='text/javascript' src='{URL}' />"
-IA_MEDIA_PREFIX = '/code/'
+# put stuff under static/
+# IA_MEDIA_PREFIX = '/code/'