Skip to main content

A simple djangoCMS blog app.

Project description

Blogit

Build Status Codecov PyPI version

A simple blog application for djangoCMS.


Requirements

Installation

Install using pip:

pip install djangocms-blogit

You should follow django-cms & django-filer installation guide first, and then add the following to your settings:

INSTALLED_APPS = [
    ...
    'mptt',
    'parler',
    'blogit',
]

Urls

There are two ways to configure the urls. First would be to add to your urls.py:

urlpatterns = [
    url(r'^blog/', include('blogit.urls')),
    ...
]

The second option is to use django-cms apphooks. Blogit comes with a couple of those for different application parts. BlogitApphook is the main one, and one that should always be attached to a page (if the urls are not already added). Then there are other optional apphooks for category, tags & feeds. If you want to keep it simple, and not have to set every application part individually. You can add to your settings:

BLOGIT_SINGLE_APPHOOK = True

This will load all the neccesary urls under the BlogitApphook.

Documentation

You can read full documentation on ReadTheDocs.

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

djangocms-blogit-0.5.1.tar.gz (14.9 kB view details)

Uploaded Source

File details

Details for the file djangocms-blogit-0.5.1.tar.gz.

File metadata

  • Download URL: djangocms-blogit-0.5.1.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for djangocms-blogit-0.5.1.tar.gz
Algorithm Hash digest
SHA256 70f482b6b3011d4c4ec0174f07cb87b68e289be4094c6faee496dc114cd2f5ea
MD5 266f1e08893e7f126b61ae6794cd1586
BLAKE2b-256 4f41a11ebb8cb96a22020525c6bba80d7e48387666f90cd4c112867994eee887

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