django CMS plugin to post a simple article
Project description
TheHerk Article
===============
TheHerk Article is a very simple django CMS plugin for posting an article that consists of:
- Title
- Slugged Title
- Description
- Body (html)
By default the title field and description will populate an hgroup, but this can be overwritten in your template. The slug is to link the title to an ID on the page.
The slug is set to only save on create so that the link won't change over time and edits.
The body can use html, but this, too, can be changed in your template.
Usage
-----
1. Add "article" to your INSTALLED_APPS
INSTALLED_APPS = (
...
'article',
)
2. Run `python manage.py migrate article`.
Alternately, you could `syncdb` and `migrate --fake`
===============
TheHerk Article is a very simple django CMS plugin for posting an article that consists of:
- Title
- Slugged Title
- Description
- Body (html)
By default the title field and description will populate an hgroup, but this can be overwritten in your template. The slug is to link the title to an ID on the page.
The slug is set to only save on create so that the link won't change over time and edits.
The body can use html, but this, too, can be changed in your template.
Usage
-----
1. Add "article" to your INSTALLED_APPS
INSTALLED_APPS = (
...
'article',
)
2. Run `python manage.py migrate article`.
Alternately, you could `syncdb` and `migrate --fake`
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
File details
Details for the file django-theherk-article-1.5.tar.gz
.
File metadata
- Download URL: django-theherk-article-1.5.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c932b493f47b3e1ecedb5ffd721eca2dc00e882985a0c64a8dc42306b8d3ee5c |
|
MD5 | affcb332ce9cc1658d17a582774cd883 |
|
BLAKE2b-256 | 480cbc9544172d3ceb35232dad78bfe4ba249353264667a241c6265426c7e699 |