zemanel / django-arctic

Django Arctic is a framework that simplifies the creation of custom content management systems.

Home Page:http://django-arctic.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Arctic

PyPi version Travis CI Read the Docs

Django Arctic is a framework that simplifies the creation of custom content management systems. It also includes a collection of optional components for common use cases, and its core infrastructure is implementation agnostic.

arctic screenshot

Why

There are a lot of content management systems in the market that are a good fit for the implementation of many web sites. Most CMS systems make assumptions about the data model for posts, authentication and the administration interface.

There is however a tipping point, where the need to customize a CMS product is extensive enough that it ends up creating a more complex implementation than if the product was developed directly with a generic framework. This is specially true when the core of a CMS needs to be changed.

This is the case that Arctic wants to solve, creation of a CMS with a high degree of customization. Instead of being a ready-to-use CMS, Arctic is a framework that facilitates the construction of content management systems.

Compatibility

  • Python 2.7, 3.4, 3.5
  • Django 1.8, 1.9, 1.10

Features

  • Configurable menu
  • Default responsive UI
  • Role based authentication with permissions that can be object based.
  • Optional tabbed interface to visually link multiple Views.
  • ListViews support nested fields, sorting, filtering and linking.
  • Forms with default improved widgets for datetime and option fields.

About

Django Arctic is a framework that simplifies the creation of custom content management systems.

http://django-arctic.readthedocs.io/en/latest/

License:MIT License


Languages

Language:CSS 38.9%Language:Python 27.3%Language:HTML 25.3%Language:JavaScript 8.5%