Reusable Django articles/blog content app. Can be used with or without Tango.
Project description
Tango Articles
==============
[](https://travis-ci.org/tBaxter/tango-articles)
Tango Articles is a simple but robust reusable app for news articles and blogs entries. It can power anything from a simple blog to sophisticated full-featured news sites.
While it forms a key component of Tango, it can also be dropped into an existing non-Tango project.
## Key features
* Have as many blogs as you like running one site.
* Have as many sections as you like.
* Drag-and-drop photo ordering
* Output is compliant with hnews microformat.
##Installation:
pip install tango-articles
or install directly from github:
pip install git+https://github.com/tBaxter/tango-articles.git
## Usage:
Add the following to your installed apps
```python
INSTALLED_APPS = (
# ...
'django.contrib.sites', # if not already present
'articles',
'tango_shared',
# ...
)
```
Add a `SITE_ID` to your `settings.py`
```python
# ...
SITE_ID = 1
# ...
```
Then run `python manage.py syncdb` or `python manage.py makemigrations` and `python manage.py migrate`.
`tango_shared` and [bindings for Twitter](https://github.com/sixohsix/twitter) will be installed for you.
==============
[](https://travis-ci.org/tBaxter/tango-articles)
Tango Articles is a simple but robust reusable app for news articles and blogs entries. It can power anything from a simple blog to sophisticated full-featured news sites.
While it forms a key component of Tango, it can also be dropped into an existing non-Tango project.
## Key features
* Have as many blogs as you like running one site.
* Have as many sections as you like.
* Drag-and-drop photo ordering
* Output is compliant with hnews microformat.
##Installation:
pip install tango-articles
or install directly from github:
pip install git+https://github.com/tBaxter/tango-articles.git
## Usage:
Add the following to your installed apps
```python
INSTALLED_APPS = (
# ...
'django.contrib.sites', # if not already present
'articles',
'tango_shared',
# ...
)
```
Add a `SITE_ID` to your `settings.py`
```python
# ...
SITE_ID = 1
# ...
```
Then run `python manage.py syncdb` or `python manage.py makemigrations` and `python manage.py migrate`.
`tango_shared` and [bindings for Twitter](https://github.com/sixohsix/twitter) will be installed for you.
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
tango-articles-0.13.0.tar.gz
(22.6 kB
view hashes)
Built Distribution
Close
Hashes for tango_articles-0.13.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 334ca0ddc3e185ffca65a97a45c5e600eaa4600475ad63c794baa8ae0140d4f7 |
|
MD5 | 2dd4ce3560b9c646659329e6f673e528 |
|
BLAKE2b-256 | 1223cca30ea36a8d77fb961d14bfc2849c7afe41602ed10586314c3a83beb116 |