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

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b5-py2.py3-none-any.whl (84.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-camomilla-cms-6.0.0b5.tar.gz
Algorithm Hash digest
SHA256 eb4b761e7719d3c3630a6ca0a45b2aa64beedd9e086fe4b5b840310b3b4d435f
MD5 90fc08ba5fc138535f4ab3d719c8b945
BLAKE2b-256 6664a37b163018c3d4c18fa93e89ffa4f1dec8a168837109901d7e4b16d6c4ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 05ea2645426fe6a4a4a9b72f4bd6522fbc06af4c6e66476f0f8e33af542f25b2
MD5 9ccb321766fb2a2c7a13a4febd62026a
BLAKE2b-256 8bf9a9c47a375e655417a4ab1d7c368d8b9020dd81bc0fdb55669d5d3a22fa9b

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