Skip to main content

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.

GLITTER_NEWS_TAGS

Default: False

This setting enables tags for the model Post in your project.

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-glitter-news-0.3.0.tar.gz (7.1 kB view hashes)

Uploaded Source

Supported by

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