Reusable blog app for Django-Widgy
Project description
Django Widgy Blog
This is reusable blog app designed for use with django-widgy. It can be utilized as a drop-in addition to a widgy project for creating a quick, run-of-the-mill blog or as an abstract guide to building your own custom app that takes advantage of all the wonderful features that widgy offers.
Quickstart
(This guide assumes that your project is already using widgy. Please see this tutorial if this is not the case.)
Install the package
$ pip install django-widgy-blog
Add widgy_blog to your INSTALLED_APPS.
Run python manage.py migrate in order to generate the relevant models in the database.
Configure the urls:
If you’re using widgy’s contrib.urlconf_include package, you can opt to use widgy_blog as a plugin. This allows admin users of the site to take advantage of plugin-specific features, such as editing the url route of the blog and customizing its addition to menus. See urlconf_include for more information.
Alternatively, you can include the widgy_blog urls within your urls.py file as you normally would. Just remember to add them before the included Mezzanine urls if you’re editing the root conf!
That’s it. Log in to the admin center and start adding blog posts!
CHANGES
0.2.2 (2016-02-08)
Fix subclassing view name bug
0.2.1 (2016-01-14)
Fix PyPI bug
0.2.0 (2016-01-14)
Support for Django 1.8
Blog archives are now shown in reverse chronological order.
Blogs now have date and time rather than just date published.
Tags are now supported
Various small bugfixes.
Blog views with a page querystring equal to 1 will now have a canonical_url in the template context pointing to the same page without that querystring.
0.1.0 (release 2014-12-03)
Add model attributes to AbstractBlogLayout and BlogAdmin that make them easier to subclass. Update AbstractBlogLayout published queryset function to use fewer queries [Scott Clark, #18]
Backwards Incompatible: Registered the BlogLayout model with widgy. If you weren’t using this as your Blog layout, you will need to unregister it:
import widgy from widgy_blog.models import BlogLayout widgy.unregister(BlogLayout)
If you were already registering the BlogLayout yourself, you can just remove that code.
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-widgy-blog-0.2.2.tar.gz
.
File metadata
- Download URL: django-widgy-blog-0.2.2.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 852d0f105c75c883305154c1cf7990bf237b7e00196baaa07d7a3346dff0eea4 |
|
MD5 | 5e72cb4f3125293733e2c4951f046e83 |
|
BLAKE2b-256 | 782a37919eff999bf4f78250791a5f6d363b7bd489d9cf45f4389608687ad971 |