summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorsupriya <supriya@dragbox.(none)>2012-06-11 16:24:50 +0530
committersupriya <supriya@dragbox.(none)>2012-06-11 16:24:50 +0530
commit04f1a3ffa2b83e2849d7e3f7902de0309cf7443c (patch)
tree11e029fa6a875d004a81aa2c5dd93cc75537be9b /demo
parent833243ea72813e1e3c4256fc00b9e0576e66cf06 (diff)
downloadgnowsys-04f1a3ffa2b83e2849d7e3f7902de0309cf7443c.tar.gz
Gnowmacs editor added to gnowsys-studio
Diffstat (limited to 'demo')
-rw-r--r--demo/settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/settings.py b/demo/settings.py
index 8e82adf8..545381d1 100644
--- a/demo/settings.py
+++ b/demo/settings.py
@@ -80,6 +80,9 @@ STATIC_URL = '/static/'
MEDIA_URL = '/static'
#MEDIA_ROOT = '/static'
MEDIA_ROOT = os.path.join(os.path.dirname(__file__), '../gstudio/static')
+PYSCRIPT_URL_GSTUDIO = os.path.join(os.path.dirname(__file__), '../gstudio/createhtml.py')
+PYSCRIPT_URL_OBJECTAPP = os.path.join(os.path.dirname(__file__), '../objectapp/createhtml.py')
+
GSTUDIO_UPLOAD_TO = 'img/'