jjbgf / eventbooking

Django webapp which allows to submit required date to attend an event.
GNU General Public License v2.0
0 stars 0 forks source link

Make deployment more secure #5

Open numberpi opened 9 years ago

numberpi commented 9 years ago

Create random secret keys:

https://gist.github.com/ndarville/3452907

And check:

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