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
django-camomilla-cms-5.8.6.tar.gz
(41.0 kB
view hashes)
Built Distribution
Close
Hashes for django-camomilla-cms-5.8.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 005ddd4f0991a38f1266a536a0007c78f6083b57616400a4b0cbd3f5d4024cfb |
|
MD5 | 10dd1ecb4f1820a26fa24d04b80bbb45 |
|
BLAKE2b-256 | 69691fb9ba512d36f1cc375e64154386200bdcd5386429f2b4a18562fabb5dd3 |
Close
Hashes for django_camomilla_cms-5.8.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df4150cf10aefb23f0a321bce87a40c606e879ea9fc48b713652040db97b750f |
|
MD5 | 6f91cc1cc1fb517899ce90eafcdd3eff |
|
BLAKE2b-256 | aae6c8a96dc49aae41bc9a8194f8e632e7b4a5a3b7c645b08e79ea7cf39dc7c2 |