IITH / alumni-portal

Alumni portal for IIT Hyderabad
12 stars 11 forks source link

Cant run app #22

Closed gouthamve closed 9 years ago

gouthamve commented 9 years ago

I am getting an error while running python manage.py shell < portalapp/dml.py

I am attaching the pastbin for the error, but basically it is saying no table portalapp_degree.

Error dump

ajayaa commented 9 years ago

Do the migrations before running this command. python manage.py makemigrations python manage.py migrate