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',
    'camomilla.theme',
    'djsuperadmin',
    'modeltranslation',
    'djlotrek',
    'rest_framework',
    'rest_framework.authtoken',
    ...
]

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

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b1-py2.py3-none-any.whl (75.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: django-camomilla-cms-6.0.0b1.tar.gz
  • Upload date:
  • Size: 55.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.65.0 importlib-metadata/6.1.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.6

File hashes

Hashes for django-camomilla-cms-6.0.0b1.tar.gz
Algorithm Hash digest
SHA256 cd010c602f5cfa0a4736f1a6fece70b8e5420818430a9cccf7b8a0eb1ca58e55
MD5 1a9528df1db4667ba8e12836c3d333e8
BLAKE2b-256 0c872ade9d1a9b34bf1094e8fecd158f9008bcb32a68c23f9ed439c4473bbda8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: django_camomilla_cms-6.0.0b1-py2.py3-none-any.whl
  • Upload date:
  • Size: 75.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.65.0 importlib-metadata/6.1.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.6

File hashes

Hashes for django_camomilla_cms-6.0.0b1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8814a5c23d34ba75041614d4397cc948da1a9e097477a33903b9215ec5e39c52
MD5 51f907a5e573e50437f052c6893931da
BLAKE2b-256 6d118527c0dd34a5eaa312680a0cb7f8fb9a9f4281dacbe274541c8ee7bc2e59

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