Skip to main content

A tool to help newsrooms manage their content, from pitch to planning to production.

Project description

django-budget
=============

*A tool to help newsrooms manage their content, from pitch to planning to production.*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A project of *The Dallas Morning News*
''''''''''''''''''''''''''''''''''''''

--------------

``django-budget`` is a Django and JavaScript app that can track stories
as they are conceived, assembled and published.

It includes an approachable interface that can handle all the daily
demands of planning and assembling content across news organizations
large and small, based on a standards-compliant API that can be used by
other consumers — from chatbots to full-screen displays to many other
applications.

Detailed documentation (including a user guide) will be added at a later
date.

Quick start
-----------

#. Install this app into a Django project and virtual environment (more
information about reaching this stage will also be forthcoming):

::

pip install django-budget

#. Add "budget" to your INSTALLED_APPS setting like this:

::

INSTALLED_APPS = [
...
'budget',
]

#. Include the budget URLconf in your project urls.py like this:

::

url(r'^budget/', include('budget.urls')),

#. Run ``python manage.py migrate`` to create the budget models.

#. Start the development server and visit http://127.0.0.1:8000/budget/
to see your story budget and begin planning stories.

#. Visit http://127.0.0.1:8000/budget/api/ to explore the app's REST
API.

More information
----------------

Find out more about ``django-budget`` -- including a walkthrough of its configuration settings and of its requirements -- in the **README.md** file at the root of this codebase.


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-budget-0.8.15.tar.gz (3.4 MB view details)

Uploaded Source

Built Distribution

django_budget-0.8.15-py2.py3-none-any.whl (3.5 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-budget-0.8.15.tar.gz.

File metadata

File hashes

Hashes for django-budget-0.8.15.tar.gz
Algorithm Hash digest
SHA256 809a579398d24a0d444f8da61bb4dddce7df5787a7e358efa80a11c0d1e75c39
MD5 01214a0fae34c1bf6ebc2730c01a7875
BLAKE2b-256 da80125d40a8c66c711c6f0121ca58e25bd0a4da15ec42e3ec3c5c26fa1fe5ae

See more details on using hashes here.

Provenance

File details

Details for the file django_budget-0.8.15-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_budget-0.8.15-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 55ad263386e203d3644c770182db6ddb2e8bff80f5b71238fc5c309d857f690d
MD5 7060e87e90c660c806ea07bcd2b4c802
BLAKE2b-256 f267feebe32497a19d2dcd0de9b5d1cf5c46068ae2ad17216d7ad050086138be

See more details on using hashes here.

Provenance

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