from django.apps import AppConfig from Model import views class UsermanagerConfig(AppConfig): name = 'Model' def ready(self): views.start()