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

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b11-py2.py3-none-any.whl (88.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-camomilla-cms-6.0.0b11.tar.gz
Algorithm Hash digest
SHA256 8f8bd62a5e2cf724f8cf4f231f47abb94903577b7961546a3d188dba9be85fda
MD5 1bd9b56cedc1c245ee586737a204c7ac
BLAKE2b-256 52ebda1e7a7108530b558471a3c2e14470ffc498e75dad48966b14a559b1d625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b11-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 042e94a1e81f11a7393f065c6933341ee4487af4b4fdf180ac3e81d1f72edc62
MD5 3c78c96292280b165f24e69aa253f040
BLAKE2b-256 a676a67b40fe2832082ee45c30f8e6ae7e80ec54c9553e9b38613742d7765b01

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