GreatDevelopers / LibreHatti

An E-Commerce cum CRM Django App
http://greatdevelopers.github.io/LibreHatti/
GNU General Public License v2.0
24 stars 61 forks source link

dirty branch not working.... #511

Closed singh1114 closed 8 years ago

singh1114 commented 8 years ago

After the installations of all the requirements, Dirty branch is not working printing following error.

django.db.utils.ProgrammingError: (1146, "Table 'libre.voucher_financialsession' doesn't exist")

jasvir99 commented 8 years ago

Does migrate works fine?

singh1114 commented 8 years ago

Didn't worked for me.

jasvir99 commented 8 years ago

At which step does this error show up?

singh1114 commented 8 years ago

When we use the command python manage.py makemigrations

singh1114 commented 8 years ago

Ok so I was able to run the dirty branch by using the migrate command in django 1.7 and then running the server in django 1.9. This might not be the right way but it worked.

jasvir99 commented 8 years ago

You are not supposed to do that.