AndrewNickComplex / fastfastjob.me

A Gig job web application built with django and bootstrap
https://fastfastjob.me
GNU General Public License v3.0
0 stars 0 forks source link

Change database from sqlite to postgresql #19

Open andrewsiah opened 3 years ago

andrewsiah commented 3 years ago

Might be more robust?? Not priority as of yet. Other things & features & debugging are more important if none of the features are dependent on PostgreSQL. As this requires learning docker, postgresql, and server (heroku) database interaction. Quite a significant leap without a lot of exact tutorials. Worth it, but frustrations ahead. Leap when ready.

Some tutorials:

  1. A docker + postgresql guide
  2. postgresql + django guide
  3. django official doc on postgresql