mandel/stable/: ocyan-plugin-django-1.3.1 metadata and description

Homepage Simple index

Installs Django and provides some essential configuration

author Mandel
author_email [email protected]
classifiers
  • Framework :: Ocyan
  • Environment :: Plugins
description_content_type text/markdown
dynamic
  • author
  • author-email
  • classifier
  • description
  • description-content-type
  • home-page
  • provides-extra
  • requires-dist
  • requires-python
  • summary
provides_extras
  • test
requires_dist
  • Django<6,>=5
  • ocyan.core>=1.2.7
  • ocyan.main>=2.0.1
  • whitenoise
  • uwsgidecorators-fallback
  • wheel; extra == "test"
  • pylint-django; extra == "test"
  • isort; extra == "test"
  • ruff; extra == "test"
  • vdt.versionplugin.wheel; extra == "test"
  • coverage; extra == "test"
  • ocyan.plugin.testing; extra == "test"
  • oxyan.themes; extra == "test"
requires_python >=3.12,<3.13
File Tox results History
ocyan_plugin_django-1.3.1-py3-none-any.whl
Size
23 KB
Type
Python Wheel
Python
3
ocyan_plugin_django-1.3.1.tar.gz
Size
14 KB
Type
Source

Mandel plugin Django

Installation

Add ocyan.plugin.django to your project dependencies.

Desxcription

This plugin installs django and provides some essential configuration, like the email address django uses to mail with and to.

The djang plugin also creates a superuser with the a unique password. You can find out the password with the following command:

    manage.py password

Changing TIME_ZONE settings

Add ( "time_zone": "your/time/zone" ) to django settings in ocyan.json

Configuration

Settings you need to configure in ocyan.json

Required fields:
Optional fields:

Example:

    "django": {
      "multilanguage": false,
      "description": "Nang Treats ♥♥♥ A rebuild of Nang treats using Slurpee goodness.\n\n",
      "name": "Nangtreats",
      "short_name": "shabby",
      "secret_key": "doe maar iets",
      "domain": "www.mandelblog.com",
      "username": "mandel",
      "base_url": "https://www.mandelblog.com",
      "email_from": "[email protected]",
      "email_to": "[email protected]",
      "language_code": "nl"
    },