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

Uploaded Source

Built Distribution

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

File metadata

File hashes

Hashes for django-camomilla-cms-6.0.0b10.tar.gz
Algorithm Hash digest
SHA256 0f96e15a83891386cf024fbe6dc0b2024bf0a0d5fd45947c1042822d9074b34b
MD5 6595a66f5a284750987682362f59c356
BLAKE2b-256 0d32bdc9f58c57cc5594b7edc4f2b23837f3325e3c4db16510ad9a1ff80d58e2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b10-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ea5679febf6c1d202d066de15b7a3c846e8658d3b53a3a572e70233bf630e7ef
MD5 9f5a2529680c237bec7d1a6a20c26024
BLAKE2b-256 43030ff6c91a8b6f2306f488f59ea41a6512ecbc0763d883f57503207c7dbed7

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