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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tango-articles-0.13.0.tar.gz.
File metadata
- Download URL: tango-articles-0.13.0.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae25736a6bf0302d25507f2390440180d76a499619bbe115ba07fb4407b68d5c
|
|
| MD5 |
ac4b700f882207c2a89ec19586d44332
|
|
| BLAKE2b-256 |
61b197ef241f10df9f2acc33589bb3ce3846065ee0c8f0fdc7e2aa4bdec9d20c
|
File details
Details for the file tango_articles-0.13.0-py3-none-any.whl.
File metadata
- Download URL: tango_articles-0.13.0-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
334ca0ddc3e185ffca65a97a45c5e600eaa4600475ad63c794baa8ae0140d4f7
|
|
| MD5 |
2dd4ce3560b9c646659329e6f673e528
|
|
| BLAKE2b-256 |
1223cca30ea36a8d77fb961d14bfc2849c7afe41602ed10586314c3a83beb116
|