You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Site Developer I need to create a working Heroku deployement.
Acceptance Criteria :
Working Heroku Deployment, when first deployed site accesed, it gives hint of correctly installed Django App (DEBUG = True). Create if statement in settings.py for DEBUG = False when deployed.
As a Site Developer I need to create a working Heroku deployement.
Acceptance Criteria :
Working Heroku Deployment, when first deployed site accesed, it gives hint of correctly installed Django App (DEBUG = True). Create if statement in settings.py for DEBUG = False when deployed.
Tasks :
DEBUG = False
Epic :
EPIC 1
The text was updated successfully, but these errors were encountered: