Skip to main content

A News Release Application for Django

Project description

==========
Newscenter
==========

A Django application for creating news releases which can be associated with unique newsroom objects.

A Django CMS apphook is included as well as a templatetag for rendering news release headlines in non-application templates.

Installation
============

#. Add newscenter to your python path
#. Add the following to the INSTALLED_APPS of your project's settings.py::
'newscenter',
#. In your urls.py, add
(r'^news/', include('newscenter.urls')),
#. Run::
manage.py syncdb
manage.py collectstatic
#. Load the initial newsroom object from the newscenter fixtures directory:
manage.py loaddata newscenter/fixtures/newsroom.json.
This has not been called initial_data.json because we want it to be editable and not reset every time syncdb is run.

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

newscenter-1.0.0.tar.gz (64.0 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