Integration with Django's system check framework #162
wesleykendall
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Integrate pgtrigger into django's check system similar to other Django model constructs. Key pieces of behavior desired:
Although Django allows one to turn off checks, number 1 will still fail during installation time since a duplicate trigger name is a serious error.
Number 2 should be able to be ignored if it happens, although it's assumed this should be a rare case. It is not totally clear if/how number 2 can fit into Django's check framework, so more research is needed.
Beta Was this translation helpful? Give feedback.
All reactions