Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add django checks to detect misconfiguration #52

Open
merwok opened this issue Nov 23, 2018 · 0 comments
Open

Add django checks to detect misconfiguration #52

merwok opened this issue Nov 23, 2018 · 0 comments

Comments

@merwok
Copy link
Contributor

merwok commented Nov 23, 2018

This lib is a toolkit with optional features, but when some feature is enabled it requires some settings. We should use the django checks subsystem to issue warnings.

We could do it using AppConfig.ready: https://github.com/fabiocaccamo/django-admin-interface/blob/master/admin_interface/settings.py
or use the django checks subsystem that is used by manage.py check and manage.py runserver: https://docs.djangoproject.com/en/2.1/topics/checks/

@merwok merwok added this to the v0.10 milestone Nov 23, 2018
@merwok merwok pinned this issue Dec 17, 2018
@merwok merwok modified the milestones: v1.0, v2.0 Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant