Skip to main content

Django powered cms

Project description

PyPI Django Versions Build Last Commit Contributors Open Issues Codecov License





Fallback image description

Our beloved Django CMS


⭐️ Features

  • 🧘‍♀️  Built on top of the django framework
  • 🥨  Beaked page abstract model to let you manage everything you need as a page.
  • 🏞️  Optimized media management with autoresize
  • 👯  Enable relations inside django JSONFields
  • ⚡️  AutoCreate api endpoints from models
  • 🚧  Enable JsonSchema directly in models endpoints

Camomilla is a Django CMS that allows you to create and manage your website's content with ease. It provides a simple and intuitive interface for managing pages, media, and other content types. Camomilla is built on top of the Django framework, which means it inherits all the features and benefits of Django framework. We try to continuously improve Camomilla by adding new features and fixing bugs. You can check the CHANGELOG to see what has been added in the latest releases.

📦 Quick Start

Here you can find some quick setup instructions to get started with Camomilla. For more detailed information, please refer to the documentation.

[!TIP]

Env Virtualization 👾

Use a virtualenv to isolate your project's dependencies from the system's python installation before starting. Check out virtualenvwrapper for more information.

Install django-camomilla-cms and django from pip

$ pip install django
$ pip install django-camomilla-cms==6.0.0

Create a new django project

$ django-admin startproject <project_name>
$ cd <project_name>

Create a dedicated folder for camomilla migrations

$ mkdir -p camomilla_migrations
$ touch camomilla_migrations.__init__.py

Create migrations and prepare the database

$ python manage.py makemigrations camomilla
$ python manage.py migrate

Add camomilla and camomilla dependencies to your project's INSTALLED_APPS

# <project_name>/settings.py

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

🧑‍💻 How to Contribute

We welcome contributions to Camomilla! If you want to contribute, please read our contributing guide for more information on how to get started.

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.2.1.tar.gz (81.8 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.2.1-py2.py3-none-any.whl (114.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django_camomilla_cms-6.2.1.tar.gz.

File metadata

  • Download URL: django_camomilla_cms-6.2.1.tar.gz
  • Upload date:
  • Size: 81.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for django_camomilla_cms-6.2.1.tar.gz
Algorithm Hash digest
SHA256 5dcd3af97bd94f8dc059cb91f9a32c9010e6e483dce2a657197bfda5e9edcaed
MD5 53e5f22dca885ca79010832015de6c16
BLAKE2b-256 3ccac2584f8c9c61259b3addff1a6d9250f7ee9111a2feae8d444d6f72919f1c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for django_camomilla_cms-6.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5bef36dd85ab35b694643753d8c96d3b4906efaea9b5b1044990c3db43d51dfa
MD5 2eda9b892e51012d41fd9bf916fd40f6
BLAKE2b-256 22c755f8ed8ecb584c1a6105fcaf9330e12ae4efa2302a316f7c6a692b4e51c5

See more details on using hashes here.

Provenance

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