0

Please i used the django-girls django tutorial created my first django project but used postgreSQL database instead and i pushed it to my repository on github. I tried to host it on pythonanywhere.com but i got an error. I researched on the error and found out that i have to upgrade to a paid account to use postgreSQL. I deleted the repository from github and even started the django project again this time using the default SQLlite3 and then i pushed it to github. When i tried to push it to pythonanywhere.com, i got the same postgreSQL error. Please i want to know how i can change the database back to SQLlite3 because pythonanywhere.com is still recognising the postgreSQL. I hope my question is understood. Thanks

2
  • 2
    The database is configured in the settings. If you get an error then either the settings are wrong, or python anywhere isn't using the code you think it is. Your question is too vague to get more help on Stack Overflow, because you have not shown your code or the error you are getting. Commented Oct 8, 2016 at 18:07
  • Thanks. I have been able to get a solution. Commented Oct 8, 2016 at 21:26

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.