Show
Ignore:
Timestamp:
12.02.2008 10:59:36 (3 months ago)
Author:
JensDiemer
Message:

-add a multiple base_path support, not tested well!
-Note: You must insert FILEMANAGER_BASEPATHS to your settings.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pylucid/PyLucid/settings_example.py

    r1340 r1388  
    189189#     Examples-3: "http://django.media.your_domain.net/" 
    190190ADMIN_MEDIA_PREFIX = "/django/contrib/admin/media/" 
     191 
     192# Base path for the filemanager plugin 
     193# You can add more path for the plugin. 
     194FILEMANAGER_BASEPATHS = ( 
     195    MEDIA_ROOT, 
     196    #"./static/", 
     197) 
    191198 
    192199"""