https://github.com/camomillacms/camomilla-core
🍵 Relax and CMS
https://github.com/camomillacms/camomilla-core
cms cms-backend cms-framework django hacktoberfest python seo seo-friendly seo-optimization
Last synced: 6 months ago
JSON representation
🍵 Relax and CMS
- Host: GitHub
- URL: https://github.com/camomillacms/camomilla-core
- Owner: camomillacms
- License: mit
- Created: 2021-05-11T08:47:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T15:57:58.000Z (7 months ago)
- Last Synced: 2025-04-21T20:07:16.963Z (6 months ago)
- Topics: cms, cms-backend, cms-framework, django, hacktoberfest, python, seo, seo-friendly, seo-optimization
- Language: Python
- Homepage:
- Size: 11.7 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# camomilla cms [](https://pypi.org/project/django-camomilla-cms)   [](./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)