#22380 closed Cleanup/optimization (fixed)
Error in GeoDjango tests example. Missing SECRET_KEY
Reported by: | Vishal Lal | Owned by: | Vishal Lal |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
In the documentation here it outlines a barebones settings file for gis. This file fails to work due to the missing SECRET_KEY variable.
Change History (5)
comment:1 by , 11 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Issued Pull Request #2514. Verified documentation builds.