GithubHelp home page GithubHelp logo

selectnull / djangocms-blogit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dinoperovic/djangocms-blogit

0.0 3.0 0.0 313 KB

Simple django-cms blog app

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.38% Python 94.75% CSS 1.38% JavaScript 0.95% HTML 2.54%

djangocms-blogit's Introduction

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.

djangocms-blogit's People

Contributors

dinoperovic avatar selectnull avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.