Provides a concrete implementation of ContentBase
Project description
Provides a basic Article model for Armstrong
Usage
You can use the Article model from within any project you like. It’s available to import like this:
from armstrong.apps.articles.models import Article
You have access to both traditional Manager via the objects property as well as a PublishedManager from armstrong.core.arm_content via the published property.
Installation & Configuration
You can install the latest release of armstrong.apps.articles using pip:
pip install armstrong.apps.articles
Make sure to add armstrong.apps.articles and armstrong.apps.content to your INSTALLED_APPS. You can add this however you like. This works as a copy-and-paste solution:
INSTALLED_APPS += ["armstrong.apps.articles", "armstrong.apps.content", ]
armstrong.apps.content is required because Article extends from the Content model inside apps.content.
Once installed, you have to run either syncdb, or migrate if you are using South.
Contributing
Create something awesome – make the code better, add some functionality, whatever (this is the hardest part).
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. The first release is scheduled for June, 2011.
To follow development, be sure to join the Google Group.
armstrong.apps.articles 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.apps.articles-1.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ec499811bb8857744e76050f070f6deecb1e5069b06fe1d4fa2ecf1070b2401 |
|
MD5 | f2c47874ecf0790c626a8691516a2e17 |
|
BLAKE2b-256 | fefd89a7ca890f392b3bf88a1101d53a06959165f2249fd7902e3c2a7856c813 |