Added some logic
This commit is contained in:
@@ -3,3 +3,9 @@ from django.apps import AppConfig
|
||||
|
||||
class UserConfig(AppConfig):
|
||||
name = 'apps.user'
|
||||
|
||||
|
||||
def ready(self):
|
||||
|
||||
|
||||
return super().ready()
|
||||
Reference in New Issue
Block a user