Skip to content

polyudov/django-panels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Panels

Manageable bootstrap panels.

Requirements

Installation

Install:

$ python setup.py install

Add panels to your installated apps:

INSTALLED_APPS = (
    ...
    'panels',
    ...

Add the processor to your TEMPLATE_CONTEXT_PROCESSORS:

TEMPLATE_CONTEXT_PROCESSORS = (
    ...
    'panels.processors.panels',
)

Include this in your templates (eg, base.html):

    {% include "panels/panels.html" %}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •