Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 272 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 272 Bytes

django-mysql-1

Django deployment using MySQL as database

  • Django
  • Gunicorn
  • MySQL

===== IMPORTANT

add the following environment variable:

  • Key: DB_HOST
  • Value: Hostname of mysql instance. It will asigned dynamically. Find it in services tab or in deploy page.