Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

appsembler/django-diazo-themes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Diazo Themes

Example built-in themes for django-diazo.

Themes

Currently we have these themes included:

- Ministerial (http://www.freecsstemplates.org/preview/ministerial/)
- Angled Theme (http://www.freecsstemplates.org/preview/angledtheme/)

Installation

settings.py

INSTALLED_APPS = (
    ...
    'django_diazo_themes.ministerial',
    'django_diazo_themes.angled_theme',
    ...
)

Take a look at the ExampleView in view.py and implement such a view in your own application.

To synchronize the built-in themes with the database/application run the following command:

python manage.py syncthemes

Make sure you enable the theme in the Django Admin interface.

About

Themes for the Django-Diazo product

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.7%
  • HTML 33.6%
  • Python 28.7%