Django powered cms
Project 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.
🚀 Local Development (uv)
We use uv for fast dependency management and isolated environments.
- Install uv (one time):
macOS / Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
Homebrew:brew install uv
- Create a new venv inside the project (one time):
uv venv source .venv/bin/activate
- Sync dependencies (runtime + dev):
make sync - Run tests:
make test
- Format & lint:
make format lint
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_camomilla_cms-6.2.2.tar.gz.
File metadata
- Download URL: django_camomilla_cms-6.2.2.tar.gz
- Upload date:
- Size: 82.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c31b98c81cd8d1cbf1672ea67e5236dd4b0d38c7c7adf49edd0d1ff1e9623d0b
|
|
| MD5 |
06b5ea534915f068a19a057f6640be4d
|
|
| BLAKE2b-256 |
7572debb15888f8a0d70b86807a13df83b30c1005cbfd86cb9d445e43b119086
|
Provenance
The following attestation bundles were made for django_camomilla_cms-6.2.2.tar.gz:
Publisher:
cd.yml on camomillacms/camomilla-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
django_camomilla_cms-6.2.2.tar.gz -
Subject digest:
c31b98c81cd8d1cbf1672ea67e5236dd4b0d38c7c7adf49edd0d1ff1e9623d0b - Sigstore transparency entry: 602252525
- Sigstore integration time:
-
Permalink:
camomillacms/camomilla-core@89428266ab8e38c7d3f18016cee48031d53c7019 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/camomillacms
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
cd.yml@89428266ab8e38c7d3f18016cee48031d53c7019 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file django_camomilla_cms-6.2.2-py2.py3-none-any.whl.
File metadata
- Download URL: django_camomilla_cms-6.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 114.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e0bd6bcd02cc0afdc108051961ad2077a125eddbdf676effa27d48f7a8a3745
|
|
| MD5 |
2f33f027a080fc93f2fc1c8e773687c1
|
|
| BLAKE2b-256 |
c48ddac34e2bd3c39677523786c9a8e1502cf8e28b028d70ea75634639e3c1f5
|
Provenance
The following attestation bundles were made for django_camomilla_cms-6.2.2-py2.py3-none-any.whl:
Publisher:
cd.yml on camomillacms/camomilla-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
django_camomilla_cms-6.2.2-py2.py3-none-any.whl -
Subject digest:
1e0bd6bcd02cc0afdc108051961ad2077a125eddbdf676effa27d48f7a8a3745 - Sigstore transparency entry: 602252526
- Sigstore integration time:
-
Permalink:
camomillacms/camomilla-core@89428266ab8e38c7d3f18016cee48031d53c7019 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/camomillacms
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
cd.yml@89428266ab8e38c7d3f18016cee48031d53c7019 -
Trigger Event:
workflow_dispatch
-
Statement type: