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.0b2.tar.gz (58.0 kB view details)

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b2-py2.py3-none-any.whl (85.5 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: django-camomilla-cms-6.0.0b2.tar.gz
  • Upload date:
  • Size: 58.0 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.0b2.tar.gz
Algorithm Hash digest
SHA256 ea8f607ace6ad68be73c7eda7e6eabc6903a24ea13ea851089111094e64dee20
MD5 81a3451b79c42259f4af4d03f0c45fa3
BLAKE2b-256 b92b71c3696ee440b1d7a44faa23a40240436650f86a5bfb04b2342f5a52e752

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_camomilla_cms-6.0.0b2-py2.py3-none-any.whl
  • Upload date:
  • Size: 85.5 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.0b2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a88822abcb88ba67202f943109ffc8acd007752a77a5ace201048fde6cae25bf
MD5 2a89081df275262233e09ba906f8feac
BLAKE2b-256 8420366f5a83c9f16ea98e7921872a18797259ac04ddeb3dc99355c75595f30b

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