Hacker News new | ask | show | jobs
by switch007 678 days ago
Makes you wonder if there a colleague who wanted to use Django with the biggest "I told you so" grin right now
1 comments

For anyone unfamiliar with Django:

> django-admin startproject automatically adds a randomly-generated SECRET_KEY to each new project

https://docs.djangoproject.com/en/dev/ref/settings/#secret-k...

And stores session data in the DB by default