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

Run format with black

black camomilla

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_camomilla_cms-6.0.0b18-py2.py3-none-any.whl (105.5 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: django_camomilla_cms-6.0.0b18.tar.gz
  • Upload date:
  • Size: 74.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for django_camomilla_cms-6.0.0b18.tar.gz
Algorithm Hash digest
SHA256 e929741418a865540ea893b5c2423dc078ab0cf5fed5aaf452458d9560572b1d
MD5 3bcd50f74220cab9c3eaee95afb86165
BLAKE2b-256 eeb3bcdecdecdfeea9561838d7318d57efb5d44cc93b0371c48311e0093bf3d1

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on camomillacms/camomilla-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b18-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 cb19d4a8a3272b28af66c54a81bc196afbbe1cc378ef886d97c6a10311ae3331
MD5 afa0574f4009c58285fee3e8ecf0474c
BLAKE2b-256 52d89a91a4c905c53b9289c671d93f5d93f37af1c9016446e7a544bbaa26d818

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on camomillacms/camomilla-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page