jrief / djangocms-angular-compendium

Template overrides for DjangoCMS plugins when used with AngularJS
MIT License
0 stars 0 forks source link

djangocms-angular-compendium

A collection of templates to be used for overriding existing templates from various DjangoCMS plugins, when running with the AngularJS framework.

Currently these templates are overridden:

Installation and configuration

From PyPI::

pip install djangocms-angular-compendium

In your project's settings, add angularjs_compendium to INSTALLED_APPS. Check that this entry is located before any DjangoCMS plugin entry::

INSTALLED_APPS = (
    ...
    'angularjs_compendium',
    ...other DjangoCMS plugins
    ...
)

License

Released under the terms of MIT License.

Copyright (C) 2013, Jacob Rief jacob.rief@gmail.com