mandel/stable/: ocyan-main-2.0.1 metadata and description
Integrates and configures ocyan plugins in projects.
| author | Mandel |
| author_email | [email protected] |
| classifiers |
|
| description_content_type | text/x-rst |
| dynamic |
|
| metadata_version | 2.4 |
| provides_extras |
|
| requires_dist |
|
| requires_python | >=3.12,<3.13 |
| File | Tox results | History |
|---|---|---|
ocyan_main-2.0.1-py3-none-any.whl
|
|
|
ocyan_main-2.0.1.tar.gz
|
|
This package is the main Django app which implements the Mandel application framework. It automatically finds and configures the Ocyan plugins in the ocyan.plugins namespace.
Depency management is done using Poetry (https://poetry.eustace.io/).
Management commands
This plugin contains some genric management commands useful for cleaning up data after importing and such
cleanup_richtext Clean up all <font> and style= and things that mess up the styling from rich text fields.
export Export the database and all images
fix_png_matte change the background color of png images that where imported and turn out bad.
fixcataloguemigrations This command is nolonger useful
flushall Use this command to delete every single thing in the database, even the south migrations
import_destructive Destroy the database and replace with a dump from a tar.gz file. Also import media files
secret Generate a secret key with a management command.
settings Use this command to output django settings
show_installed_apps Use this command to view the INSTALLED_APPS segments, displaying how the app overrides are structured.
updatemigrations Check if there are apps that override something and have missing migrations. Use this before trying make_migrations to fetch upstream added migrations
Development
Use the kitchensink (https://git.mandelblog.com/mandel/kitchensink) project.
The Django admin is available by default on /django_admin.