You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the GeoNode development team makes every effort to NOT make changes to the database schema unless they are absolutely necessary in order to avoid problems with Database Schema migration. There are several new pieces of functionality that are being developed which will require that we make database changes in order for them to work properly. It makes sense to address the issue of migrations now rather than continue trying to avoid it.
Proposal
It is proposed to add django-south as a hard dependency and document its use going forward.