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

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b6-py2.py3-none-any.whl (86.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-camomilla-cms-6.0.0b6.tar.gz
Algorithm Hash digest
SHA256 a5d2f0e1cd44472ed6dca1f0a2a3a18f2d014d9ec20569a14812ffbe567617e5
MD5 926d37ac0e362ba4ddf9fa8f5737ee78
BLAKE2b-256 483617ffcce702ae6e97d98b6887d35a96d766b3ad4f431852c1582e2955459a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 07a7f559939de48c9abb39f6cf3de86531ba1f9b63fa504eb9cd4fff1bd8dd8a
MD5 22278682271a77832ab42c1ec8f20c98
BLAKE2b-256 835d27fdc98ce0c4dd97365602b41cd827844f8b4c08ce744f6b1bc82bf21d07

See more details on using hashes here.

Provenance

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