Set the default location for Location map
Summary
Currently when you want to create a new Location the default (x,y) is (0,0) which you then need to drag over to the fairfax campus.
You can set attributes in admin.py
like so:
admin.OSMGeoAdmin.default_lon = -7963445
admin.OSMGeoAdmin.default_lat = -1850954
admin.OSMGeoAdmin.default_zoom = 17