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

Uploaded Source

File details

Details for the file django-pin-1.4.8.tar.gz.

File metadata

  • Download URL: django-pin-1.4.8.tar.gz
  • Upload date:
  • Size: 174.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-pin-1.4.8.tar.gz
Algorithm Hash digest
SHA256 1db5d16be0b896f33e23708a0df0ced7b091cab1fc41bf3c330d9b5923642e70
MD5 23ac71337eb5e0aab28c2d19d2c8879e
BLAKE2b-256 4ff0d40ea264b084535c54528f60807c09277060f13fa4dc1e2906b918f86a1c

See more details on using hashes here.

Supported by

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