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 Platform 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.

Manual Installation

NOTE: If you are using a database other than PostgresSQL, check out the table below.

Database support:

SQLite3

MySQL

PostgresSQL

Not supported

Requires Time zone support

Fully supported

Run pip install aldryn-blog.

Add below apps to INSTALLED_APPS:

INSTALLED_APPS = [
    …

    'aldryn_blog',
    'aldryn_common',
    'django_select2',
    'djangocms_text_ckeditor',
    'easy_thumbnails',
    'filer',
    'taggit',
    # for search
    'aldryn_search',
    'haystack',
    …
]

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.

About the Content of a Post

In Aldryn Blog, there are two content fields in each Post which may be confusing:

  1. Lead-In and

  2. Body

The Lead-In is text/html only and is intended to be a brief “teaser” or introduction into the blog post. The lead-in is shown in the blog list-views and is presented as the first paragraph (or so) of the blog post itself. It is not intended to be the whole blog post.

To add the body of the blog post, the CMS operator will:

  1. Navigate to the blog post view (not the list view);

  2. Click the “Live” button in the CMS toolbar to go into edit-mode;

  3. Click the “Structure” button to enter the structure sub-mode;

  4. Here the operator will see the placeholder “ALDRYN_BLOG_POST_CONTENT”, use the menu on the far right of the placeholder to add whatever CMS plugin the operator wishes –– this will often be the Text plugin;

  5. Double-click the new Text plugin (or whatever was selected) to add the desired content;

  6. Save changes on the plugin’s UI;

  7. Press the “Publish” button in the CMS Toolbar.

Available CMS Plug-ins

  • Latest Blog Entries plugin lets you list n most frequent blog entries filtered by tags.

  • Blog Authors plugin lists blog authors and the number of posts they have authored.

  • Tags plugin lists the tags applied to all posts and allows filtering by these tags.

Additional Settings

  • ALDRYN_BLOG_SHOW_ALL_LANGUAGES: By default, only the blog posts in the current language will be displayed. By setting the value of this option to True, you can change the behaviour to display all posts from all languages instead.

  • ALDRYN_BLOG_USE_RAW_ID_FIELDS: Enable raw ID fields in admin (default = False)

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.4.4.1.tar.gz (27.3 kB view details)

Uploaded Source

Built Distribution

aldryn_blog-0.4.4.1-py2-none-any.whl (65.9 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for aldryn-blog-0.4.4.1.tar.gz
Algorithm Hash digest
SHA256 f83650ea1756499748579b62fd05d8a6ba2f72f32eaed404962167ab7c535bbd
MD5 bf96964204114fb838f920b72094aee1
BLAKE2b-256 cfeae14c99bf9052b98f3e5d0c5ed80d954f0d39b5b9aec158505bc66d2c7002

See more details on using hashes here.

File details

Details for the file aldryn_blog-0.4.4.1-py2-none-any.whl.

File metadata

File hashes

Hashes for aldryn_blog-0.4.4.1-py2-none-any.whl
Algorithm Hash digest
SHA256 d273f6f10949db11e5a40213c377a76384f6d43b5959db055a54ef853e130db5
MD5 3091bd767215d7c68bd0d30efd0d7e2c
BLAKE2b-256 fca4667ce86cdccca357d8959691fb4a20a34b713ae50bf10b739f6712a7e08b

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