Make registration of signals easier for users

This commit is contained in:
Daniel Roy Greenfeld 2018-03-06 10:52:45 -05:00 committed by GitHub
parent d2791b019a
commit 7bc5d1408c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,7 @@ class UsersConfig(AppConfig):
Users system checks
Users signal registration
"""
pass
try:
import users.signals
except ImportError:
pass