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

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b9-py2.py3-none-any.whl (88.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-camomilla-cms-6.0.0b9.tar.gz
Algorithm Hash digest
SHA256 7d7ee543df99b5c0105f285c2992a6ea990b4ddffd83a5fc52fe35a8ded77782
MD5 5d1dd58ed9b4a8ae2adffdad39ba2ae9
BLAKE2b-256 bb9d72cbc9ae773e5e6a502ed8067d44960e7adacc0d82df0bab82026ff4bedd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f8013b9f08973154636a6d47564c87c885a62a7fca8b9680953fd1eab652b953
MD5 d210545b9f97bbeeaa5b991081616e76
BLAKE2b-256 63caf5388d810e48be4e05104ab27848540c1caec90753b041ac3191a732a5c0

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