Metadata-Version: 2.1
Name: edc-appconfig
Version: 0.1.11
Summary: Custom AppConfig for main app of clinicedc/edc projects
Home-page: https://github.com/clinicedc/edc-adherence
Author: Erik van Widenfelt
Author-email: ew2789@gmail.com
License: GPL license, see LICENSE
Keywords: django Edc AppConfig,clinicedc,clinical trials
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS

|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
