models.py 207 B

123456789
  1. """
  2. sudo.models
  3. ~~~~~~~~~~~
  4. :copyright: (c) 2020 by Matt Robenolt.
  5. :license: BSD, see LICENSE for more details.
  6. """
  7. # Register signals automatically by installing the app
  8. from sudo.signals import * # noqa