ykdojo / editdojo2

This used to be Edit Dojo's private repo - now it's public.
https://www.csdojo.io/edit
4 stars 0 forks source link

Edit settings.py to make it production ready #14

Open ykdojo opened 5 years ago

ykdojo commented 5 years ago

https://docs.djangoproject.com/en/2.1/howto/deployment/checklist/

Jonathantsho commented 5 years ago

Can you provide more documentation? @ykdojo

ykdojo commented 5 years ago

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.