Problem with migrate, custom user model

You’re going to end up encountering a number of different “odd” issues by trying to structure your project like this.

Until you get to the point where you understand how Django does things internally, I’d suggest you stick with the standard directory structure:

project_dir
| -- project
| -- app_dir_1
| -- app_dir_2
| -- static
| -- templates
...
1 Like