This application tests compatibility between different django-groups-manager versions.
- django-groups-manager and it's requirements.
-
Install requirements (this will install the latest stable release of
django-groups-manager
):pip install -r requirements.txt
-
Create a database for django and launch migrate:
python manage.py migrate
-
Launch migration tester command with
start
argument:python manage.py migratortester start
-
Remove the stable version:
pip uninstall django-groups-manager
-
Install the latest version:
pip install -e git+https://github.com/vittoriozamboni/django-groups-manager.git#egg=django_groups_manager
-
Launch migration tester command with
validate
argument:python manage.py migrate python manage.py migratortester test