This PR restructures the package to follow the usual Django conventions.
It changes the top-level namespace from django_livefield to livefield, which requires a major version bump.
It restructures the internal file layout.
It pushes all GIS-related functionality into the livefield.gis submodule. This allows users who don't need GIS support to import LiveField and LiveModel without installing the geospatial libraries.
It enables South introspection for LiveField.
@dyve, this should fix hearsaycorp/django-livefield#11.
This PR restructures the package to follow the usual Django conventions.
django_livefield
tolivefield
, which requires a major version bump.livefield.gis
submodule. This allows users who don't need GIS support to importLiveField
andLiveModel
without installing the geospatial libraries.LiveField
.@dyve, this should fix hearsaycorp/django-livefield#11.