Opened 17 years ago
Closed 17 years ago
#5435 closed (fixed)
Remove requirement for a db user to be set for GeoDB creation
Reported by: | Robert Coup | Owned by: | jbronn |
---|---|---|---|
Component: | GIS | Version: | gis |
Severity: | Keywords: | sprint | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The attached patch removes the requirement for DATABASE_USER
to be set when creating a spatial db. This means that whoever runs manage.py
can have superuser privileges without requiring a password to be put in settings.py for everyone to spot.
Especially useful for when you're running the tests :)
Attachments (1)
Change History (5)
by , 17 years ago
Attachment: | no_need_for_db_user.patch added |
---|
comment:1 by , 17 years ago
Version: | SVN → gis |
---|
comment:2 by , 17 years ago
Owner: | changed from | to
---|
comment:3 by , 17 years ago
Status: | new → assigned |
---|
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [6238]) gis: Fixed #5435 with patch from rcoup.