Name | django-camomilla-cms JSON |
Version |
5.8.6
JSON |
| download |
home_page | |
Summary | Django powered cms |
upload_time | 2023-09-25 15:17:08 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.6 |
license | MIT |
keywords |
cms
django
api cms
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
# camomilla cms [![PyPI](https://img.shields.io/pypi/v/django-camomilla-cms?style=flat-square)](https://pypi.org/project/django-camomilla-cms) ![Codecov](https://img.shields.io/codecov/c/github/lotrekagency/camomilla?style=flat-square) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lotrekagency/camomilla/Test,%20Coverage%20and%20Release?style=flat-square) [![GitHub](https://img.shields.io/github/license/lotrekagency/camomilla?style=flat-square)](./LICENSE)
## 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](https://github.com/lotrekagency/hvad-migration)
Raw data
{
"_id": null,
"home_page": "",
"name": "django-camomilla-cms",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "cms,django,api cms",
"author": "",
"author_email": "Lotr\u00e8k <dimmitutto@lotrek.it>",
"download_url": "https://files.pythonhosted.org/packages/69/69/1fb9ba512d36f1cc375e64154386200bdcd5386429f2b4a18562fabb5dd3/django-camomilla-cms-5.8.6.tar.gz",
"platform": null,
"description": "# camomilla cms [![PyPI](https://img.shields.io/pypi/v/django-camomilla-cms?style=flat-square)](https://pypi.org/project/django-camomilla-cms) ![Codecov](https://img.shields.io/codecov/c/github/lotrekagency/camomilla?style=flat-square) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lotrekagency/camomilla/Test,%20Coverage%20and%20Release?style=flat-square) [![GitHub](https://img.shields.io/github/license/lotrekagency/camomilla?style=flat-square)](./LICENSE)\n\n## Install\n\n\t$ pip install -r requirements.txt\n\n## Settings\n\nCamomilla brings a lot of default settings you can include in your project's ones\n\n from camomilla.defaults import *\n\nRemember to add all the required applications in your project\n\n INSTALLED_APPS = [\n ...\n 'rest_framework',\n 'rest_framework.authtoken',\n 'camomilla',\n 'hvad',\n ...\n ]\n\n## Run the server\n\n $ python manage.py runserver\n\n## Run tests\n\n pip install -r requirements-dev.txt\n make test\n\n## Don't fear the hvader\n\nFeel free to make your models untranslatable, [we have a nice solution for them](https://github.com/lotrekagency/hvad-migration)\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Django powered cms",
"version": "5.8.6",
"project_urls": {
"Homepage": "https://github.com/lotrekagency/camomilla"
},
"split_keywords": [
"cms",
"django",
"api cms"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "aae6c8a96dc49aae41bc9a8194f8e632e7b4a5a3b7c645b08e79ea7cf39dc7c2",
"md5": "6f91cc1cc1fb517899ce90eafcdd3eff",
"sha256": "df4150cf10aefb23f0a321bce87a40c606e879ea9fc48b713652040db97b750f"
},
"downloads": -1,
"filename": "django_camomilla_cms-5.8.6-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "6f91cc1cc1fb517899ce90eafcdd3eff",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.6",
"size": 57666,
"upload_time": "2023-09-25T15:17:07",
"upload_time_iso_8601": "2023-09-25T15:17:07.254466Z",
"url": "https://files.pythonhosted.org/packages/aa/e6/c8a96dc49aae41bc9a8194f8e632e7b4a5a3b7c645b08e79ea7cf39dc7c2/django_camomilla_cms-5.8.6-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "69691fb9ba512d36f1cc375e64154386200bdcd5386429f2b4a18562fabb5dd3",
"md5": "10dd1ecb4f1820a26fa24d04b80bbb45",
"sha256": "005ddd4f0991a38f1266a536a0007c78f6083b57616400a4b0cbd3f5d4024cfb"
},
"downloads": -1,
"filename": "django-camomilla-cms-5.8.6.tar.gz",
"has_sig": false,
"md5_digest": "10dd1ecb4f1820a26fa24d04b80bbb45",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 41006,
"upload_time": "2023-09-25T15:17:08",
"upload_time_iso_8601": "2023-09-25T15:17:08.644572Z",
"url": "https://files.pythonhosted.org/packages/69/69/1fb9ba512d36f1cc375e64154386200bdcd5386429f2b4a18562fabb5dd3/django-camomilla-cms-5.8.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-25 15:17:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lotrekagency",
"github_project": "camomilla",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"lcname": "django-camomilla-cms"
}