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

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b8-py2.py3-none-any.whl (88.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-camomilla-cms-6.0.0b8.tar.gz
Algorithm Hash digest
SHA256 b24d148609e0ac9b6e81bf6d32769fd23aaf37161553afd608fa9e4e17cd2a63
MD5 a4d73edb5935a663362d651bc18fcbf1
BLAKE2b-256 f23097ed5c4d2d2d429a026a763d7d4215a252cbd74d07ea6237b1044746f12f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8e59f1ab3aa2224073fe402ae654fb1c808ad92112fc0803163065d6b2b125eb
MD5 2735f915d9c8f49da6ddb000b723420b
BLAKE2b-256 087ef210a4800dc60b8b0ad35b6c9584aa8c44e7807a283579cc511a819ea457

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