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

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b14-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.0b14.tar.gz.

File metadata

File hashes

Hashes for django-camomilla-cms-6.0.0b14.tar.gz
Algorithm Hash digest
SHA256 12aee88dcc639c0e7ce05dd49f0620f584f5ed5d9316242b2367f13a53c9fd21
MD5 40b3bcbcb28ce7eb361877eca380acec
BLAKE2b-256 676e8f4242fa2969e68e2261ef074de7cee2a30780d0610bf9ca90d222483207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b14-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8fe7286f2b8a1f80d113e2fbe90916d4610aa777a718110f7aa31a851808e6c7
MD5 754d4b7dab01476c1d374d0b4baf3c93
BLAKE2b-256 1122ce5afea7f312bf197aa2ff581b21b96d0162cac4ff158aa1a80d3ca9cadc

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