Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vchakoshy/django-pin

django ~ pinterest ~ application ~ django-pin
https://github.com/vchakoshy/django-pin

Last synced: about 2 months ago
JSON representation

django ~ pinterest ~ application ~ django-pin

Awesome Lists containing this project

README

        

django-pin
==========

django pinterest like apllication

Installation
------------

Requirements::

pip install -r requirements.txt

To install::

pip install django-pin

Then add ``pin`` to your ``INSTALLED_APPS``:

.. code:: python

INSTALLED_APPS = (
...
'pin',
'django.contrib.comments',
'django.contrib.humanize',
'django.contrib.flatpages',
'daddy_avatar',
'sorl.thumbnail',
'taggit',
'compressor',
...
)

In your urls.py:

.. code:: python

urlpatterns = patterns('',
url(r'pin/', include('pin.urls')),

# other urls ...
)

Live demo
---------

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

http://www.shiastock.com/