Django powered cms
Project description
camomilla django cms
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
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
File details
Details for the file django-camomilla-cms-6.0.0b9.tar.gz
.
File metadata
- Download URL: django-camomilla-cms-6.0.0b9.tar.gz
- Upload date:
- Size: 64.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d7ee543df99b5c0105f285c2992a6ea990b4ddffd83a5fc52fe35a8ded77782 |
|
MD5 | 5d1dd58ed9b4a8ae2adffdad39ba2ae9 |
|
BLAKE2b-256 | bb9d72cbc9ae773e5e6a502ed8067d44960e7adacc0d82df0bab82026ff4bedd |
Provenance
File details
Details for the file django_camomilla_cms-6.0.0b9-py2.py3-none-any.whl
.
File metadata
- Download URL: django_camomilla_cms-6.0.0b9-py2.py3-none-any.whl
- Upload date:
- Size: 88.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8013b9f08973154636a6d47564c87c885a62a7fca8b9680953fd1eab652b953 |
|
MD5 | d210545b9f97bbeeaa5b991081616e76 |
|
BLAKE2b-256 | 63caf5388d810e48be4e05104ab27848540c1caec90753b041ac3191a732a5c0 |