Skip to main content

Django powered cms

Project description

camomilla django cms PyPI Codecov GitHub Workflow Status GitHub

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


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-6.0.0b4.tar.gz (61.3 kB view details)

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b4-py2.py3-none-any.whl (90.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-camomilla-cms-6.0.0b4.tar.gz.

File metadata

  • Download URL: django-camomilla-cms-6.0.0b4.tar.gz
  • Upload date:
  • Size: 61.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.65.0 importlib-metadata/6.1.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.6

File hashes

Hashes for django-camomilla-cms-6.0.0b4.tar.gz
Algorithm Hash digest
SHA256 f0ba16b8ed72b9f56c644a86727343f587f1990636355aaa768d2d00fdf7485b
MD5 d88b24f35999e0d8e9d58f5da4e9539d
BLAKE2b-256 7537ffcb3d403a525ff94f40621fbd99c469e32ba699aaf605996dbd50f4a000

See more details on using hashes here.

File details

Details for the file django_camomilla_cms-6.0.0b4-py2.py3-none-any.whl.

File metadata

  • Download URL: django_camomilla_cms-6.0.0b4-py2.py3-none-any.whl
  • Upload date:
  • Size: 90.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.65.0 importlib-metadata/6.1.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.6

File hashes

Hashes for django_camomilla_cms-6.0.0b4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3debea390fb86542650c49306a0bdd325630c7935502fa44d5f1acd75a2a35e4
MD5 82003a66ebe03381a8a52616b9a7e1ce
BLAKE2b-256 0ee0d4339e0a82d227e928f2068ff876974f8ac598cd839332decdca5fae7b3c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page