Changeset 275:5f912270cab5


Ignore:
Timestamp:
12/12/10 15:00:57 (2 years ago)
Author:
nicoechaniz <nico@…>
Branch:
default
Children:
276:4819b52970bf, 277:65d852a05d93
Message:

set textile as default text input for the demo project

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • demo/cyclope_project/settings.py

    r273 r275  
    8080# raw (simple text area saves the raw input, renders with safe filter) 
    8181 
    82 CYCLOPE_STATICPAGE_TEXT_STYLE = 'wysiwyg' 
    83 CYCLOPE_ARTICLE_TEXT_STYLE = 'wysiwyg' 
     82CYCLOPE_STATICPAGE_TEXT_STYLE = 'textile' 
     83CYCLOPE_ARTICLE_TEXT_STYLE = 'textile' 
    8484 
    8585HAYSTACK_WHOOSH_PATH = os.path.join(CYCLOPE_PROJECT_PATH, 'cyclope_project_index') 
  • setup.py

    r270 r275  
    7777        'django-dbgettext>=0.1', # fixed revision in dep links 
    7878        'django-rosetta-temp>=0.5.6', # installed from our clone 
    79         'django-markitup', 
     79        'django-markitup==0.6.1', 
    8080    ], 
    8181 
Note: See TracChangeset for help on using the changeset viewer.