8000 Automatic configuration with django-heroku · belsman/Kanban-Board@bf829f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Automatic configuration with django-heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
belsman committed Oct 25, 2021
1 parent d6fbedb commit bf829f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kanban/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,7 @@

CORS_ORIGIN_WHITELIST = [
'http://localhost:3000',
]
]

import django_heroku
django_heroku.settings(locals())

0 comments on commit bf829f8

Please sign in to comment.
0