Adds blogging abilities to django CMS
Project description
Simple blogging application. It allows you to:
write a tagable post message
plug in latest post messages (optionally filtered by tags)
attach post message archive view
Installation
Aldryn Platrofm Users
Choose a site you want to install the add-on to from the dashboard. Then go to Apps -> Install app and click Install next to Blog app.
Redeploy the site.
Manuall Installation
Run pip install aldryn-blog.
Add below apps to INSTALLED_APPS:
INSTALLED_APPS = [ … 'aldryn_blog', 'django_select2', 'djangocms_text_ckeditor', 'easy_thumbnails', 'filer', 'taggit', … ]
Posting
You can add post messages in the admin interface now. Search for the label Aldryn_Blog.
In order to display them, create a CMS page and install the app there (choose Blog from the Advanced Settings -> Application dropdown).
Now redeploy/restart the site again.
The above CMS site has become a blog post archive view.
Available Plug-ins
Latest Blog Entries plugin lets you list n most frequent blog entries filtered by tags.
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
File details
Details for the file aldryn-blog-0.3.4.tar.gz
.
File metadata
- Download URL: aldryn-blog-0.3.4.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e8e8606f4bb6f5c618d5a8a23282b019121e8db9f20614822045bd44cedf988 |
|
MD5 | dfc4bfe5ba5d7e17baac8ec525e93c4d |
|
BLAKE2b-256 | 5f2cd44b829663731e6ff395f17e6caf6f3a4edb3ed69366bd95b9729fc41c24 |