Skip to main content

A Simple Blogging App that enables you to create content and content types from frontend itself.

Project description

A Simple Blogging App that enables you to:

  • Create/Decide Layout of the post.

  • Arrange them in hierarchy.

  • Write taggeble blog articles.

Apart from these stand-alone features this app can be used as Django-CMS apps also providing various plugins e.g.:

  • Latest Entries Plugin (with Various view options).

  • Section Views Plugin.

  • Contact Page Plugin.

  • Filter Entries based of Tags.

Requirements

Installation

Use pip for installing the app:

pip install pi-blogging –pre

or download zip file from github here

after installation, add blogging to your installed apps and also make sure that requirements are also installed -

INSTALLED_APPS = (
‘reversion’,
‘crispy_forms’,
‘blogging’,
‘taggit’,
‘ckeditor’,
‘django_select2’,
)

Also add blogging urls in your projects urls.py -

urlpatterns = i18n_patterns(‘’,
url(r’^’, include(‘blogging.urls’,namespace=’blogging’)),
)

after this just run python manage.py syncdb for creation of database tables.

Usage

Basic Usage of the Blogging App is creating blog entries and navigate among them. App has three core entities :

  • Content Type.

  • Blog Parent.

  • Blog Entries.

The documentation may be found at Read The Docs.

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

pi-blogging-0.1.0b1.tar.gz (38.5 kB view details)

Uploaded Source

File details

Details for the file pi-blogging-0.1.0b1.tar.gz.

File metadata

  • Download URL: pi-blogging-0.1.0b1.tar.gz
  • Upload date:
  • Size: 38.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pi-blogging-0.1.0b1.tar.gz
Algorithm Hash digest
SHA256 b6a9e469c47989c8fea7b3c0bc1c814aaa86c4407464f8953ffdcac1a80e96ef
MD5 4d6726fac82b0889f78442500d8222d8
BLAKE2b-256 4c62c5e78a91689b39a2ad0216536f72d9e17a03b4b1ffa4fe6f34c90765a446

See more details on using hashes here.

Supported by

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