A library for building news sites with multiple content types
Project description
Provides the foundation for all content inside Armstrong.
Usage
You can use armstrong.core.arm_content to build out the custom models of your site while following the DRY (Don’t Repeat Yourself) principle. It is the foundation that the rest of the Armstrong content types are built off of.
For more information, please see the full documentation.
Installation & Configuration
You can install the latest release of armstrong.core.arm_content using pip:
pip install armstrong.core.arm_content
You don’t need to add armstrong.core.arm_content to your installed apps unless you want to use the include template tags. You can add it like this:
INSTALLED_APPS += ["armstrong.core.arm_content", ]
Note that you do not need to run syncdb or migrate after installing armstrong.core.arm_content as it does not have any models.
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.core.arm_content 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
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
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
Hashes for armstrong.core.arm_content-1.3.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f488817f02f94e6b321772d6c8b8d58bd84a20b33b6fc1d4fd5fb4945aecc7f |
|
MD5 | b7a3ab9ecba0ce60c139b0add0e57b91 |
|
BLAKE2b-256 | ea1b9a7a0bfb6373972dd993818fef6135cfdc7661c05c2c2c7967dbc6ff7c5b |