django-pin 1.4.8
pip install django-pin
Latest version
Released:
pinterest apllication like in Django
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (UNKNOWN)
- Author: vahid chakoshy
Classifiers
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (UNKNOWN)
- Author: vahid chakoshy
Classifiers
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1db5d16be0b896f33e23708a0df0ced7b091cab1fc41bf3c330d9b5923642e70 |
|
MD5 | 23ac71337eb5e0aab28c2d19d2c8879e |
|
BLAKE2b-256 | 4ff0d40ea264b084535c54528f60807c09277060f13fa4dc1e2906b918f86a1c |