Metadata-Version: 2.1
Name: garpixcms
Version: 2.16.0
Summary: UNKNOWN
Home-page: https://github.com/garpixcms/garpixcms
Author: Garpix LTD
Author-email: info@garpix.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: Django (==3.1)
Requires-Dist: garpix-utils (>=1.3.0)
Requires-Dist: garpix-page (==2.12.0)
Requires-Dist: garpix-menu (==1.5.1)
Requires-Dist: garpix-qa (==1.2.0)
Requires-Dist: garpix-auth (==2.1.0)
Requires-Dist: garpix-notify (==4.1.0)
Requires-Dist: garpix-package (==2.0.0)
Requires-Dist: psycopg2-binary (>=2.8.6)
Requires-Dist: uwsgi (>=2.0.19.1)
Requires-Dist: environs (>=9.3.2)
Requires-Dist: django-ckeditor (>=6.0.0)
Requires-Dist: djangorestframework (>=3.12.4)
Requires-Dist: django-cors-headers (==3.7.0)
Requires-Dist: drf-spectacular (>=0.18.2)


GarpixCMS
=========

Start new project with GarpixCMS
--------------------------------

.. code-block:: bash

   pip install cookiecutter

   cookiecutter https://github.com/garpixcms/garpixcms-empty-template

   # Enter name for your website...

   cd website

   # See README.md of project

   cat README.md

Changelog
=========

See `CHANGELOG.md <CHANGELOG.md>`_.

Contributing
============

See `CONTRIBUTING.md <CONTRIBUTING.md>`_.

License
=======

`MIT <LICENSE>`_


