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

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b12-py2.py3-none-any.whl (89.0 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-camomilla-cms-6.0.0b12.tar.gz
Algorithm Hash digest
SHA256 91617336402447f8774c0dc2c3eff31ebcb0dc6952f4820ef62c3c8dac1764c1
MD5 d461d4b37dedb0c6fab7d759b1e3e09c
BLAKE2b-256 ef838a7e154508aaf801c5e1dc607d81093ac427f6f5e96c0363dbf2093f1d4e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b12-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3a757d62d30d27fb32d848d0b3721c77048a589f44e2814cef1ece61cf9776da
MD5 42f6103ed41b757843a9087b668143b1
BLAKE2b-256 8faedde12891806f914911b1981ad59fb0e12002f6e00313382fffb2b3be56e8

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