Skip to main content

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 ...
)

Live demo

http://www.wisgoon.com/pin/

http://www.shiastock.com/

Project details


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page