Metadata-Version: 1.1
Name: django-cms-qe
Version: 1.2.1
Summary: Django CMS Quick & Easy provides all important modules to run new page withouta lot of coding. Aims to do it very easily and securely.
Home-page: https://websites.pages.labs.nic.cz/django-cms-qe
Author: CZ.NIC, z.s.p.o.
Author-email: kontakt@nic.cz
License: BSD License
Description-Content-Type: UNKNOWN
Description: # Django CMS QE
        
        Django CMS Quick & Easy provides all important modules to run new page
        without a lot of coding. Aims to do it very easily and securely.
        
        For more information please read [documentation](<https://websites.pages.labs.nic.cz/django-cms-qe>) 
        or [GitLab](https://gitlab.labs.nic.cz/websites/django-cms-qe).
        
        ## Development
        
        To prepare your dev envrionment run this command:
        
            make prepare-dev
        
        To run tests or lint use this commands:
        
            make test
            make lint
        
        To run example use this command:
        
            make run-example
        
        To find more useful commands, run just `make`.
        
Keywords: django,cms
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
