ykdojo/editdojo2

Edit settings.py to make it production ready

ykdojo opened this issue · 3 comments

Edit settings.py to make it production ready

Can you provide more documentation? @ykdojo

Sure. For example, right now, we have DEBUG = True in settings.py: https://github.com/ykdojo/editdojoprivate/blob/master/editdojo_project/settings.py

We should obviously fix that before launching this.

There might be other things too, but I'm not sure. I figured the checklist I linked earlier might be a good resource for finding if there are any other things we need to do for production.