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.0b15.tar.gz (61.2 kB view details)

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b15-py2.py3-none-any.whl (84.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_camomilla_cms-6.0.0b15.tar.gz.

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b15.tar.gz
Algorithm Hash digest
SHA256 6fb6cded08d974f457b02f908f79473f180a8255f4fc868ab95d432d796c54f0
MD5 b8f5d79ac462c07818b30baa4b2edde2
BLAKE2b-256 46cbf3596c8ae9b9e14d848d825dbc91a4f73b40223fbd1443e8c6372a68461f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b15-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6b412a54fe31e3edafafe4b0e2e5829ee8a3059c27a18ad047445f7d4d62b8c0
MD5 e518bd8e9a256c5971c2a6b8eac57123
BLAKE2b-256 d8b02572f9b1c792e1b95f0c59a9d9c8c5be7319872e5df0e46b8335a84149dc

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