Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vchakoshy/django-pin
- Owner: vchakoshy
- Created: 2013-01-21T21:45:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-20T18:04:03.000Z (over 11 years ago)
- Last Synced: 2024-11-02T06:37:50.287Z (about 2 months ago)
- Language: Python
- Size: 523 KB
- Stars: 86
- Watchers: 11
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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/