Skip to content

Commit

Permalink
Fix the exception about the missing secret key when generating docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrislapiroff committed Mar 15, 2014
1 parent 9283bd9 commit ac2e251
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/dummy-settings.py
Expand Up @@ -3,4 +3,6 @@
"NAME": ":memory:",
"ENGINE": "django.db.backends.sqlite3",
}
}
}

SECRET_KEY = "NOT SECRET"

0 comments on commit ac2e251

Please sign in to comment.