I\'m going to deploy my django application on DigitalOcean. Everything gone well, except following error, and my question is: where can I find source of this error, actually in
The problem was in migration files. I just opened and changed default value from string type to integer.