-
Notifications
You must be signed in to change notification settings - Fork 71
/
README
45 lines (29 loc) · 1.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
ImageStore
==========
An image library, created for easy integration for an existing django project.
Very light, built around django generic views.
Features:
=========
* Optional PrettyPhoto for image/album show
* Albums
* Tagging support
* South support for upgrades
Installation:
=============
* Install with pip or easy install (all dependencies will be installed automatically)
* Symlink or copy imagestore/media/imagestore.css to your MEDIA_ROOT (or write youre own style)
* Add imagestore to your INSTALLED_APPS
* Add imagestore.urls to your urls
* Run ./manage.py migrate
* Add jquery and jqueryui load to your template to use tagging autocomplete and/or prettyphoto
* If you want to use prettyPhoto put `prettyPhoto <http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/>`__ to your media directory and include imagestore/prettyphoto.html to your template
Configuration:
==============
If IMAGESTORE_SELF_MANAGE is True (default), all created users will get add/delete/change permissions for Images and Albums. If you don't wish users to create albums or upload images set this property to False.
Translation:
============
* Russian
* English
Watermarking:
=============
Use `watermarker <http://pypi.python.org/pypi/watermarker/>`__ sorl integration to add watermark to your images.