-1

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"))
Anthon
  • 69,918
  • 32
  • 186
  • 246
jimmyjump
  • 149
  • 1
  • 1
  • 5

1 Answers1

0

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.

jimmyjump
  • 149
  • 1
  • 1
  • 5