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.0b17.tar.gz (73.1 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.0b17-py2.py3-none-any.whl (103.9 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: django_camomilla_cms-6.0.0b17.tar.gz
  • Upload date:
  • Size: 73.1 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.0b17.tar.gz
Algorithm Hash digest
SHA256 304bba01b14179186922b0b8a6fcfa953d1654125f2893296d1720ec87719a5f
MD5 cb7c1f2d3f8a9b9b5e142626478ffb8b
BLAKE2b-256 471e2bc119e6fcf55ddff84b0606fff2a5b366feb1edcf93e80d128991ce7d12

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_camomilla_cms-6.0.0b17.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.0b17-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_camomilla_cms-6.0.0b17-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7c74bffa9f75c86820e5e1c2a80ceea7007df05138734bb8da814ea5b99c7c80
MD5 a03a81ea6c88d207225e9f56ad0e271a
BLAKE2b-256 1060769cc1663fa740c0315e6b1b473dc0e29621f32601ed20490fef11c5d414

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_camomilla_cms-6.0.0b17-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