Create an accounts app and put this app under INSTALLED_APPS, in the settings: # myproject/apps/_base.pyINSTALLED_APPS = [ # … "myproject.apps.accounts",]