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

Uploaded Source

Built Distribution

django_camomilla_cms-6.0.0b3-py2.py3-none-any.whl (88.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: django-camomilla-cms-6.0.0b3.tar.gz
  • Upload date:
  • Size: 59.7 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.0b3.tar.gz
Algorithm Hash digest
SHA256 783f9ddc8a2e480912f2de5bb751dab49bf2bc34cd7b32557af9080b79b7400a
MD5 3f645279c2af545436fb01bb6f4331ba
BLAKE2b-256 fe4cab4d2966e1e0281b300c36f52093cbd6f3228ce33a5c5dcdcfcbb49a98c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_camomilla_cms-6.0.0b3-py2.py3-none-any.whl
  • Upload date:
  • Size: 88.7 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.0b3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3d3e7feb4eddc49fea68a20a976844a0d476404639fff57d70a79e2a1d963d06
MD5 b943f82f7d049bd6e78a55c76145ca24
BLAKE2b-256 e6f1c221bd51540f362339115f3736f7015435f595014dd7ec72ac4f7497b183

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