pinterest apllication like in Django
Project description
django pinterest like apllication
Installation
Requirements:
pip install -r requirements.txt
To install:
pip install django-pin
Then add pin to your INSTALLED_APPS:
INSTALLED_APPS = ( ... 'pin', 'django.contrib.comments', 'django.contrib.humanize', 'django.contrib.flatpages', 'daddy_avatar', 'sorl.thumbnail', 'taggit', 'compressor', ... )
In your urls.py:
urlpatterns = patterns('', url(r'pin/', include('pin.urls')), # other urls ... )
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
django-pin-1.4.8.tar.gz
(174.8 kB
view hashes)