Closed griff-rees closed 1 year ago
All (relatively simple) tests in commit 0b8f1f9ae94bf1f6bf1ba1bcb1c126ed6fbab2f2 now pass. Note a separate migration is added rather than appended to the initial migration. @kallewesterling I can modify that to keep it to one migration if you prefer.
I think we can keep it like this for now. Perhaps once we consolidate the code, we can reset the migrations as the system is not in production, which means that we should probably keep it to one migration in the outset.
Sorted as of commit f52ca9fab89e0a776830deac48833fa2ccd5a9a0.
Time to close?
Yup, thanks :)
Adding
geodjango
support would enable spatial querying and ease exploration through the defaultdjango
admin. The obvious models to support this areGazetteerModel
(which havelongitude
andlatitude
float attributes) andRecord
inherited fromCensusModel
. Initial tests in commit 3a3b32b on thegeodjango
branch suggest that adding acoordinates
attribute works. More testing is needed, but that may mean the majority of this is solved.