enoren5 / tarot_juicer

Random tarot card generator + rudimentary Django CMS
MIT License
11 stars 12 forks source link

Django/Heroku/PostreSQL: Toggle between lorem ipsum content and production content #33

Closed enoren5 closed 4 years ago

enoren5 commented 4 years ago

There should be a control button option showing inside the Django Admin Dashboard which swaps one db (production content) out for another (placeholder content) which enables the Django admin superuser to toggle between either one on the fly.

enoren5 commented 4 years ago

Instead of a switch embedded in the Django AdminDashboard, all we need is to learn how to alternate between different instances in the Heroku Dashboard and/or in the Heroku CLI tool. Closed.