This is a simple photo-app for django.
Project description
Installation
Install django-photos via pip from the repository:
pip install -e hg+http://bitbucket.org/feuervogel/django-photos#egg=django-photos
or from pypi:
pip install django-photos
It comes with django, pil, easy_thumbnails and django-taggit.
Add all apps to your INSTALLED_APPS in your settings.py:
INSTALLED_APPS = ( # ..., 'photos', 'taggit', 'easy_thumbnails', # ..., )
Run python manage.py syncdb to sync the database:
python manage.py syncdb
Take care that MEDIA_ROOT and MEDIA_URL are set and the files are served.
Finally add photos.urls to your urls.py:
urlpatterns = patterns('', # ..., (r'^photos/', 'photos.urls'), # ..., )
For more information read the (not yet available) docs.
News
Versioning is in the major-minor-micro-style. Only minor updates are mentioned here, because micro-Versions include bugfixes only.
0.2
Release date: 30-Sep-2010
Security enhancements (security by obscurity)
Bugfixes (deleting model instance deletes all thumbnail variants from disk)
Photo.name will be calculated from filename if not given.
Admin has a thumbnail now
0.1
Release date: 28-Sep-2010
Basic functionality
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-photos-0.2.10.tar.gz
.
File metadata
- Download URL: django-photos-0.2.10.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 389613f7a87962a4914e86469ba4794ca08059c1caa6835d31ac61bbb52ef79e |
|
MD5 | e615c965796dde6f979ac6bd50eb2e12 |
|
BLAKE2b-256 | f9a19b6e5d8a4e4f306fae0ad294240dde7298d08f92e7d97754928aaac53b77 |