Skip to content

A collection of utilities for all django projects of Maykin

License

Notifications You must be signed in to change notification settings

maykinmedia/maykin-django-utils

Repository files navigation

Version:0.1.0
Source:https://github.com/maykinmedia/maykin-django-utils
Keywords:<keywords>
PythonVersion:3.10

Build status Code quality checks black Coverage status Documentation Status

python-versions django-versions pypi-version

<One liner describing the project>

  • ...
  • ...
  • Python 3.10 or above
  • Django 4.2 or newer
pip install maykin-django-utils

<document or refer to docs>

To install and develop the library locally, use:

.. code-block:: bash
pip install -e .[tests,coverage,docs,release]

When running management commands via django-admin, make sure to add the root directory to the python path (or use python -m django <command>):

export PYTHONPATH=. DJANGO_SETTINGS_MODULE=testapp.settings
django-admin check
# or other commands like:
# django-admin makemessages -l nl

About

A collection of utilities for all django projects of Maykin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages