CMS based on Django


License
MIT
Install
pip install garpixcms==4.6.0rc27

Documentation

GarpixCMS

Telegram channels โ€ข Telegram chat โ€ข Docs

๐Ÿ’ช Features

  • Project structure management from the admin panel
  • Navigation control from the admin panel
  • Code quality check
  • Backward compatible with Django
  • Front-end Agnostic: Use any front-end framework (React, Vue, Angular, etc.), mobile apps.

๐Ÿ“• Documentation

For complete documentation https://garpixcms.github.io/garpixcms/

๐Ÿš€ Getting Started

cookiecutter https://github.com/garpixcms/garpixcms-empty-template
cd website
cp example.env .env
pipenv install
pipenv shell
docker-compose up -d
python3 backend/manage.py makemigrations
python3 backend/manage.py migrate
python3 backend/manage.py createsuperuser
python3 backend/manage.py runserver

๐Ÿ‘ทโ€โ™€๏ธ Changelog

See CHANGELOG.md.

๐Ÿงก Contributing

See CONTRIBUTING.md.

๐Ÿ“ License

MIT