Sciweb galleries is used as a pluggable Django application to manage and store media galleries from xxx advertisers
- enable
'django.template.loaders.eggs.Loader'inTEMPLATE_LOADERSin yoursettings.pyfile. - Add
xxxgalleriestoINSTALLED_APPSin yoursettings.pyfile. - Add
(r'^xxxgalleries/', include('xxxgalleries.urls')),to your projects urls.py file - Add directory to
STATICFILES_DIRSwhich is by default"%s/static" % PROJECT_ROOTDIR,
You can use the media files from demoproject/static
- Local Galleries - Handles storing of image/video files locally and automatically creating the galleries HTML content
- Hosted Galleries - Handles storing of preview images (thumbnails) and stores the targets destination links