Husseinfo / tracker

Face recognition based attendance system
GNU General Public License v3.0
42 stars 24 forks source link

Unable to start the application #4

Closed AyushBhatia51 closed 4 years ago

AyushBhatia51 commented 5 years ago

Still getting the same error after trying to login.

Error - relation "tracker_user" does not exist LINE 1: SELECT COUNT(*) AS "__count" FROM "tracker_user"

Husseinfo commented 5 years ago

You need to run django migration commands python3 manage.py makemigrations python3 manage.py migrate

AyushBhatia51 commented 5 years ago

Yes I know I ran the commands before hand but it doesn't seem to work it still gives the same error after the sign in page. Upon checking the database the tables are not being created because the pages which don't require any additional tables work

Husseinfo commented 5 years ago

python3 manage.py makemigrations tracker python3 manage.py migrate tracker