lingthio / Flask-User-starter-app

BSD 2-Clause "Simplified" License
337 stars 156 forks source link

Fixing Python3 error message #24

Open Kentoseth opened 7 years ago

Kentoseth commented 7 years ago

Actual error is:

import manage_commands
ImportError: No module named 'manage_commands'

Explicit importing fixes this