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

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b16-py2.py3-none-any.whl (91.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_camomilla_cms-6.0.0b16.tar.gz.

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b16.tar.gz
Algorithm Hash digest
SHA256 489353f2c9a5fdc4c88738b26e303da7e1828f9af8c12842d05d4a5b1331cf5e
MD5 fb97a69b6c7eca7cc185938695445d2a
BLAKE2b-256 538e02a29c7754deb57debe44635733910a13e158f75e9b9e11ba770746b0396

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_camomilla_cms-6.0.0b16.tar.gz:

Publisher: GitHub
  • Repository: lotrekagency/camomilla
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: django_camomilla_cms-6.0.0b16.tar.gz
    • Subject digest: 489353f2c9a5fdc4c88738b26e303da7e1828f9af8c12842d05d4a5b1331cf5e
    • Transparency log index: 147805964
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b16-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b351515ad570e3939d08ee96ee2ee04391e17d49bfc02616e240a56c835a21cc
MD5 032b4b575ca02f96915a963193f50df6
BLAKE2b-256 03d8f5c410c13845dc0c653370654d73ed3888557a2ff4f3528b66aff4861702

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_camomilla_cms-6.0.0b16-py2.py3-none-any.whl:

Publisher: GitHub
  • Repository: lotrekagency/camomilla
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: django_camomilla_cms-6.0.0b16-py2.py3-none-any.whl
    • Subject digest: b351515ad570e3939d08ee96ee2ee04391e17d49bfc02616e240a56c835a21cc
    • Transparency log index: 147805965
    • Transparency log integration time:

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