Skip to main content

The administrative interface for Armstrong

Project description

Provides administrative interface and utilities for use in Armstrong.

Usage

TODO

Installation & Configuration

You can install the latest release of armstrong.hatband using pip:

pip install armstrong.hatband

Make sure to add armstrong.hatband and django.contrib.admin to your INSTALLED_APPS. You can add this however you like. This works as a copy-and-paste solution:

INSTALLED_APPS += ["armstrong.hatband", "django.contrib.admin", ]

Once installed, you must run syncdb in order to install Django’s admin models. This is only required if you did not have Django’s admin already installed and configured.

Finally, you must alter your URL configuration. At the top of your urls module (urls.defaults in an Armstrong project), make sure to change this line:

from django.contrib import admin

To:

::

from armstrong import hatband as admin

The rest of the URL configuration stays identical to what is expected for the traditional Django admin.

Contributing

  • Create something awesome – make the code better, add some functionality, whatever (this is the hardest part).

  • Fork it

  • Create a topic branch to house your changes

  • Get all of your commits in the new topic branch

  • Submit a pull request

State of Project

Armstrong is an open-source news platform that is freely available to any organization. It is the result of a collaboration between the Texas Tribune and Bay Citizen, and a grant from the John S. and James L. Knight Foundation.

To follow development, be sure to join the Google Group.

armstrong.hatband is part of the Armstrong project. You’re probably looking for that.

License

Copyright 2011-2012 Bay Citizen and Texas Tribune

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the 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

armstrong.hatband-1.3.3.tar.gz (1.0 MB view details)

Uploaded Source

File details

Details for the file armstrong.hatband-1.3.3.tar.gz.

File metadata

File hashes

Hashes for armstrong.hatband-1.3.3.tar.gz
Algorithm Hash digest
SHA256 abfa6c95b2b107cae42ee6d0bf4370bcc4a1c6575e9de409a4fb10127c8e3a80
MD5 78de7670eb8105a4a1cdd888f03d1a2c
BLAKE2b-256 2b4ec80d1e4f7bd7cb77e8aa85361c69ae7170189e096e1353b626de8ede34a1

See more details on using hashes here.

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