Skip to main content

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',
    'hvad',
    '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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aldryn-blog-0.1.4.tar.gz (18.3 kB view details)

Uploaded Source

File details

Details for the file aldryn-blog-0.1.4.tar.gz.

File metadata

  • Download URL: aldryn-blog-0.1.4.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for aldryn-blog-0.1.4.tar.gz
Algorithm Hash digest
SHA256 7d6c3b18ccd25f691d2a72be666973dda36d1e5ba530678990d2809a4a82b032
MD5 23b870c9b71b71a5f57354deb2f85199
BLAKE2b-256 80c5824a0ddb6284466be54552d79db05a9c0d15b3e534e2d95380a55e284c4a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page