Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lotrekagency/camomilla
🍵 Relax and CMS
https://github.com/lotrekagency/camomilla
cms cms-backend cms-framework django hacktoberfest python seo seo-friendly seo-optimization
Last synced: about 1 month ago
JSON representation
🍵 Relax and CMS
- Host: GitHub
- URL: https://github.com/lotrekagency/camomilla
- Owner: lotrekagency
- License: mit
- Created: 2021-05-11T08:47:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T12:10:20.000Z (9 months ago)
- Last Synced: 2024-04-27T02:40:59.860Z (8 months ago)
- Topics: cms, cms-backend, cms-framework, django, hacktoberfest, python, seo, seo-friendly, seo-optimization
- Language: Python
- Homepage:
- Size: 1.17 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# camomilla cms [![PyPI](https://img.shields.io/pypi/v/django-camomilla-cms?style=flat-square)](https://pypi.org/project/django-camomilla-cms) ![Codecov](https://img.shields.io/codecov/c/github/lotrekagency/camomilla?style=flat-square) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lotrekagency/camomilla/Test,%20Coverage%20and%20Release?style=flat-square) [![GitHub](https://img.shields.io/github/license/lotrekagency/camomilla?style=flat-square)](./LICENSE)
## Install
$ pip install -r requirements.txt
## Settings
Camomilla brings a lot of default settings you can include in your project's ones
from camomilla.defaults import *
Remember to add all the required applications in your project
INSTALLED_APPS = [
...
'rest_framework',
'rest_framework.authtoken',
'camomilla',
'hvad',
...
]## Run the server
$ python manage.py runserver
## Run tests
pip install -r requirements-dev.txt
make test## Don't fear the hvader
Feel free to make your models untranslatable, [we have a nice solution for them](https://github.com/lotrekagency/hvad-migration)