Metadata-Version: 2.1
Name: garpixcms
Version: 4.1.0
Home-page: https://github.com/garpixcms/garpixcms
Author: Garpix LTD
Author-email: info@garpix.com
License: MIT
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
Description-Content-Type: text/markdown
Requires-Dist: Django (<4,>=3.1)
Requires-Dist: garpix-utils (==1.8.0)
Requires-Dist: garpix-page (==2.46.0)
Requires-Dist: garpix-menu (==1.16.0)
Requires-Dist: eqator (==2.7.0)
Requires-Dist: garpix-auth (==2.3.0)
Requires-Dist: garpix-notify (==5.16.0)
Requires-Dist: garpix-user (==3.5.0)
Requires-Dist: garpix-package (==2.0.1)
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.3.0)
Requires-Dist: djangorestframework (>=3.12.4)
Requires-Dist: django-cors-headers (<=3.13.0,>=3.7.0)
Requires-Dist: drf-spectacular (>=0.18.2)
Requires-Dist: sentry-sdk (>=1.5.2)
Requires-Dist: pre-commit (>=2.17.0)
Requires-Dist: django-tabbed-admin (>=1.0.4)


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

Garpix user
=========

Starting from version 4.0.0 of cms `garpix_auth` is deprecated and replaces by `garpix_user`.
If you used `garpix_auth` in your project with an older cms version, follow the steps below to update correctly.

1. Install new version of module `pip install garpixcms==4.0.0`.
2. Following the instructions for installing `garpix_user` (https://github.com/garpixcms/garpix_user#quickstart) set up the project (note that routes and basic settings are already included in the garpixcms module in `garpixcms/settings.py` and ` garpixcms/urls.py` respectively).
3. After applying the migrations run command `python3 manage.py update_user_module`.
4. Set .env variable `ENABLE_GARPIX_AUTH` to False or just delete it.

Changelog
=========

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

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

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

License
=======

`MIT <LICENSE>`_
