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)

no_need_for_db_user.patch (1.4 KB ) - added by Robert Coup 17 years ago.

Download all attachments as: .zip

Change History (5)

by Robert Coup, 17 years ago

Attachment: no_need_for_db_user.patch added

comment:1 by Robert Coup, 17 years ago

Version: SVNgis

comment:2 by jbronn, 17 years ago

Owner: changed from nobody to jbronn

comment:3 by jbronn, 17 years ago

Status: newassigned

comment:4 by jbronn, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [6238]) gis: Fixed #5435 with patch from rcoup.

Note: See TracTickets for help on using tickets.
Back to Top