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

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b7-py2.py3-none-any.whl (86.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-camomilla-cms-6.0.0b7.tar.gz
Algorithm Hash digest
SHA256 d7d9236bdb3ce3e7db1642525feb4eec5615e9252f6c7a49b0e8916a24cc7bda
MD5 e20fd8e948bf4fb8bd8219b9b5c75fac
BLAKE2b-256 eded8ae1cfbe9d72b911a4750c4b7ff1404bd3c7bf1327fa61c07e221faecca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 33fc8f387b42dc4dada55e9821ea3ba7a8ce3c9b53429bc81c9ade4dcc36882f
MD5 5f5fddf85fa9135f72cd3eaab0121d0b
BLAKE2b-256 e1bafd350b8a44d67f2ca859f8714c014bfffacb7704aa28747c986a500d4f6a

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