Django powered cms
Project description
camomilla cms
Install
$ pip install -r requirements.txt
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 = [
...
'rest_framework',
'rest_framework.authtoken',
'camomilla',
'hvad',
...
]
Run the server
$ python manage.py runserver
Run tests
pip install -r requirements-dev.txt
make test
Don't fear the hvader
Feel free to make your models untranslatable, we have a nice solution for them
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-5.7.4.tar.gz
.
File metadata
- Download URL: django-camomilla-cms-5.7.4.tar.gz
- Upload date:
- Size: 39.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/35.0 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.11 tqdm/4.64.0 importlib-metadata/4.12.0 keyring/23.7.0 rfc3986/2.0.0 colorama/0.4.5 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5e8a7d1b8c1e004bb7566aeef4ff8754dafc9a4a063ca213fd4fa4b89132568 |
|
MD5 | 2133296e2440ffd50f1a4f72d520df2b |
|
BLAKE2b-256 | 8aa279bcab3e51d7090d0eeca9e9cdad7ef5fdbdba31f6b75019952423283f8c |
Provenance
File details
Details for the file django_camomilla_cms-5.7.4-py2.py3-none-any.whl
.
File metadata
- Download URL: django_camomilla_cms-5.7.4-py2.py3-none-any.whl
- Upload date:
- Size: 55.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/35.0 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.11 tqdm/4.64.0 importlib-metadata/4.12.0 keyring/23.7.0 rfc3986/2.0.0 colorama/0.4.5 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3447c410fd69bab47757dffbe20fecbd35d96bce05a2757e51f2551edad106e0 |
|
MD5 | 580b8a030b5adacb4bfd25b53d4d16b3 |
|
BLAKE2b-256 | ed1367b2cf652f4fb2e877c42283b7c558ef3a4c8f99cd254a077d205a7f9f46 |