akveo / ngx-admin-bundle-support

Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
58 stars 32 forks source link

requested http://localhost:3001/api/auth/sign-up: ERROR in [core: 96]: (sqlite3.OperationalError) no such table: user #30

Open wellangular opened 5 years ago

wellangular commented 5 years ago

teminal log -desktop:~/Downloads/flask-starter/backend$ python manage.py runserver

rbetancor commented 4 years ago

You have to create the DB, as in any other flask proyect

python manage.py recreate_db