Skip to main content

Django powered cms

Project description

camomilla django cms PyPI Codecov GitHub Workflow Status GitHub

Install

$ pip install django-camomilla-cms

Setup

$ mkdir -p camomilla_migrations
$ touch camomilla_migrations.__init__.py
$ python manage.py makemigrations camomilla
$ python manage.py migrate camomilla

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 = [
    ...
    'camomilla', # always needed
    'camomilla.theme', # needed to customize admin interface
    'djsuperadmin', # needed if you whant to use djsuperadmin for contents
    'modeltranslation', # needed if your website is multilanguage (can be added later)
    'rest_framework',  # always needed
    'rest_framework.authtoken',  # always needed
    ...
]

Run the server

$ python manage.py runserver

Run tests

pip install -r requirements-dev.txt
make test

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-6.0.0b13.tar.gz (65.9 kB view details)

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b13-py2.py3-none-any.whl (90.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-camomilla-cms-6.0.0b13.tar.gz.

File metadata

File hashes

Hashes for django-camomilla-cms-6.0.0b13.tar.gz
Algorithm Hash digest
SHA256 cdf6c47683198ee66b9f40b1f7e7687d5dddc5cde923788ba6a245623599a0f9
MD5 f5eb8ea1c7a54f31eb17d9d93c2db6a5
BLAKE2b-256 68643a5e64a92968d99fc56e009de39e7f132a7c7dc4a5ba03fc30bea38eb6f6

See more details on using hashes here.

File details

Details for the file django_camomilla_cms-6.0.0b13-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b13-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 301e08d3eb834d14d26c915db1ad5b7be9c2d3a14885d280490d138a780eeb47
MD5 3566d1ebc883bc5f9ac4b77d6f107c65
BLAKE2b-256 d0aaf259efc451d89a6de47da058ebae883b37c1520e497f9587c97b2a1cbee1

See more details on using hashes here.

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