Metadata-Version: 2.1
Name: django-power-cms
Version: 0.3.0
Summary: A power content management system based on django admin framework.
Home-page: UNKNOWN
Author: zencore
Author-email: dobetter@zencore.cn
License: MIT
Description: # django-power-cms
        
        A power content management system based on django admin framework.
        
        ## Install
        
        ```shell
        pip install django-power-cms
        ```
        
        ## Release
        
        ### v0.3.0 2020/03/21
        
        - Add no-portlet template.
        - Add site's facicon.
        - Add page title.
        - Add article detail widget.
        - Article model add site field.
        - Save current site id in session, and pages/wigets/articles are filtered with the site id.
        - Fix topbar's brand-image and brand-title display position problem.
        - Default template use full screen size instead of 1170px width.
        - Topbar brand link supports site-code-url and page-code-url.
        
        ### v0.2.0 2020/03/08
        
        - Add left-portlet, both-portlet template support.
        - Add template and theme register commands.
        - Add page preview button.
        - Allow same page code in different site.
        - Turn site admin style to django-cards-admin.
        
        ### v0.1.0 2020/03/05
        
        - First release.
        
Keywords: django admin extentions,django power cms
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
