Answers for "django-heroku install"

1

pip install django-heroku error

pip install django-on-heroku
Posted by: Guest on October-08-2021
0

django connect to a db on heroku

#Run the following command to check that your db url is set properly:
$ heroku config
#In the settings.py
import dj_database_url

DATABASES['default'] = dj_database_url.config(conn_max_age=600)
Posted by: Guest on November-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language