ProgrammingError Django 1.7 (1146 error, marketing slider does not exist)

236 Views Asked by At

I have now managed to get an ecommerce page working fine on local host, however, when I am trying to get it working on webfaction I get the admin page working and the static files working for the .com/admin however for the main page I get this error in my browser. Do you have any suggestions?

ProgrammingError at /

    (1146, "Table 'mycommerceapp_db.marketing_slider' doesn't exist"))
1

There are 1 best solutions below

0
On

I managed to get around this by removing my mysql database and starting a new postgresql one on webfaction and updating my settings.py for postgres. Hope this is of use.