Django Glitter News for Django
Project description
Django glitter news for Django.
Installation
Getting the code
You can get django-glitter-news by using pip:
$ pip install django-glitter-news
Prerequisites
Make sure you add 'glitter_news', 'taggit' and 'adminsortable' to your INSTALLED_APPS setting:
INSTALLED_APPS = [
# ...
'glitter_news',
'taggit',
'adminsortable',
# ...
]
URLconf
Add the Glitter News URLs to your project’s URLconf as follows:
url(r'^news/', include('glitter_news.urls', namespace='glitter-news'))
Configuration
The django-glitter-news provides just one setting that you can enable in your project.
Project details
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
Built Distribution
Close
Hashes for django-glitter-news-0.2.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc37753084937f3a1c820149d5edf680964a18e4a14c5e6b681ef484ca2336a5 |
|
MD5 | 9b0f49a2510ba47051fc10bb4ae5f901 |
|
BLAKE2b-256 | e0fe9ad7f1989864e979ed566de82999daa1bf0a3e5b02d0c2d7048fcf1dbf7b |
Close
Hashes for django_glitter_news-0.2.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8226b27a9ac781c585765967c7df9a8d4c8ea352d83fe8bc330bafcf639b7583 |
|
MD5 | 9ceafc2e855490858ddc744a9ea520ef |
|
BLAKE2b-256 | 7da045e489a55b265ceeb31839bce722f1e2f3fe64b2edd21f868b60d03b5d13 |