Metadata-Version: 2.4
Name: edc-appconfig
Version: 1.0.3
Summary: Custom AppConfig for main app of clinicedc/edc projects
Keywords: AppConfig,Edc,clinical,clinicedc,django,trials
Author: Erik van Widenfelt
Author-email: Erik van Widenfelt <ew2789@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.1
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12, <3.14
Project-URL: Homepage, https://github.com/clinicedc/edc-adherence
Description-Content-Type: text/x-rst

|pypi| |actions| |codecov| |downloads| |maintainability| |black|

edc-appconfig
-------------

Last app in ``INSTALLED_APPS`` for ``clinicedc`` projects::

    # settings.py

    INSTALLED_APPS = [
        ...
        "edc_appconfig.apps.AppConfig"
        ]



.. |pypi| image:: https://img.shields.io/pypi/v/edc-appconfig.svg
    :target: https://pypi.python.org/pypi/edc-appconfig

.. |actions| image:: https://github.com/clinicedc/edc-appconfig/actions/workflows/build.yml/badge.svg
  :target: https://github.com/clinicedc/edc-appconfig/actions/workflows/build.yml

.. |codecov| image:: https://codecov.io/gh/clinicedc/edc-appconfig/branch/develop/graph/badge.svg
  :target: https://codecov.io/gh/clinicedc/edc-appconfig

.. |downloads| image:: https://pepy.tech/badge/edc-appconfig
   :target: https://pepy.tech/project/edc-appconfig

.. |maintainability| image:: https://api.codeclimate.com/v1/badges/434041d6c2f424ce5fd7/maintainability
   :target: https://codeclimate.com/github/clinicedc/edc-appconfig/maintainability
   :alt: Maintainability

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/ambv/black
   :alt: Code Style
