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.5.tar.gz (2.8 MB view details)

Uploaded Source

Built Distribution

django_budget-0.8.5-py2.py3-none-any.whl (3.0 MB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-budget-0.8.5.tar.gz
Algorithm Hash digest
SHA256 4e41f1dccd2217fb873828daf79e1797d30f2e755ad75f09491888cee08ce796
MD5 8e607bd98bbe372253fcc6da6c22ee27
BLAKE2b-256 3d1eb17a6ad08e0923a6961e6a061e5bae7502ad1ea5190bd98484d9cdd7bbc6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_budget-0.8.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1ff955160b9f89b33ec7baafed8dc4cab7af6ea29f12ba27a602c33999585c98
MD5 7936d4bc35e185cd5740937124437e06
BLAKE2b-256 73c39d8e405d7ad353021b6ded22e2d1096ed500eaeaea8a84d3197b92cfd44f

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