Skip to main content

A lightweight news application for Django

Project description

About

ccnews is a lightweight news application.

Installation

First, You need to install ccnews:

pip install django-ccnews

Next add ccnews to your installed apps:

INSTALLED_APPS = (
     ...
    'ccnews'
)

wire it up to your root urls.py:

urlpatterns += ('',
...
    ('^news/$, include('ccnews.urls', namespace='ccnews'))
)

Then run syncdb:

python manage.py syncdb

Finally you’ll need to run the collectstatic command to get all of the static files into your static root:

python manage.py collectstatic

License

ccnews is released under a 3 clause BSD license.

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-ccnews-0.0.3.tar.gz (8.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