Skip to main content

Simple and customizable blog app for wagtail

Project description

wagtail-blog-simple

Simple and customizable blog app for wagtail

Features

  • Categories and tags with views
  • RSS
  • Basic starter templates with pagination
  • Comments
  • Related Blog
  • Rich text editor with gist compatible

Installation

You should start with a existing wagtail django project and have a basic understanding of Wagtail before starting. See http://docs.wagtail.io

Tested with Wagtail 2.x and Django 3.1

Refer here for wagtail configuration

  1. pip install wagtail-blog-simple
  2. Add wagtail_blog to INSTALLED_APPS in settings.py
  3. Update WAGTAILEMBEDS_FINDERS as follows
WAGTAILEMBEDS_FINDERS = [
    {
        'class': 'wagtail_blog.embed_finder.GistEmbedFinder'
    }
]
  1. Add url(r'^blog/', include('wagtail_blog.urls', namespace="blog")), to urls.py
  2. python manage.py migrate
  3. Override templates as needed.
  4. Create a 'Blog index' page in wagtail cms dashboard (under root page)

image 8. Then add sub pages to Blog Index page which will your blogs

image

Extending

Wagtail blog features abstract base models. If you want to change functionality you may extend this models from blog.abstract and use them how you'd like. Do not add blog to your INSTALLED_APPS if you do this. You'll need to create your own logic to gather context variables. See blog/models.py for an example of this. Wagtail blog doesn't support any way to "drop in" the blog app and just make minor changes to models.

Settings

  • BLOG_PAGINATION_PER_PAGE (Default 10) Set to change the number of blogs per page. Set to None to disable (useful if using your own pagination implementation).
  • BLOG_LIMIT_AUTHOR_CHOICES_GROUP Optionally set this to limit the author field choices based on this Django Group. Otherwise it defaults to check if user is_staff. Set to a tuple to allow multiple groups.
  • BLOG_LIMIT_AUTHOR_CHOICES_ADMIN Set to true if limiting authors to multiple groups and want to add is_staff users as well.

Credits

This is extended version of this repo with more features

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

wagtail-blog-simple-1.0.6.tar.gz (14.1 kB view details)

Uploaded Source

File details

Details for the file wagtail-blog-simple-1.0.6.tar.gz.

File metadata

  • Download URL: wagtail-blog-simple-1.0.6.tar.gz
  • Upload date:
  • Size: 14.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.3

File hashes

Hashes for wagtail-blog-simple-1.0.6.tar.gz
Algorithm Hash digest
SHA256 b4af520961fcf6f47ee4bf81ed11ed4739db21762b02daa3120124c032c627f7
MD5 2f6ebc4f191f3e4218c0f03fbcee7579
BLAKE2b-256 85dcbaeb4c5cc05081aa6517d761c7c1f7754e227f0a834827b080cfa7bc0da3

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