Skip to main content

Django powered cms

Project description

camomilla cms PyPI Codecov GitHub Workflow Status GitHub

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-camomilla-cms-5.8.6.tar.gz (41.0 kB view hashes)

Uploaded Source

Built Distribution

django_camomilla_cms-5.8.6-py2.py3-none-any.whl (57.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page