Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 259 Bytes

onespacemedia-cms-static-content

Allow admin users to add static content pages to the CMS.

Installation

Add 'static' to your INSTALLED_APPS

Add 'static.middleware.StaticContentMiddleware' to your MIDDLEWARE_CLASSES

Run ./manage.py migrate