Changeset 275:5f912270cab5
- Timestamp:
- 12/12/10 15:00:57 (2 years ago)
- Branch:
- default
- Children:
- 276:4819b52970bf, 277:65d852a05d93
- Files:
-
- 3 edited
-
demo/cyclope_project/db/site.db (modified) (previous)
-
demo/cyclope_project/settings.py (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
demo/cyclope_project/settings.py
r273 r275 80 80 # raw (simple text area saves the raw input, renders with safe filter) 81 81 82 CYCLOPE_STATICPAGE_TEXT_STYLE = ' wysiwyg'83 CYCLOPE_ARTICLE_TEXT_STYLE = ' wysiwyg'82 CYCLOPE_STATICPAGE_TEXT_STYLE = 'textile' 83 CYCLOPE_ARTICLE_TEXT_STYLE = 'textile' 84 84 85 85 HAYSTACK_WHOOSH_PATH = os.path.join(CYCLOPE_PROJECT_PATH, 'cyclope_project_index') -
setup.py
r270 r275 77 77 'django-dbgettext>=0.1', # fixed revision in dep links 78 78 'django-rosetta-temp>=0.5.6', # installed from our clone 79 'django-markitup ',79 'django-markitup==0.6.1', 80 80 ], 81 81
Note: See TracChangeset
for help on using the changeset viewer.

