Skip to content

Refact university model

Maxime Emschwiller requested to merge refactIssue137 into dev

refacto(backend) : add campus and city attributes in university's model, transfer the data and update test files. Relates to #137 (closed).

Migrations will need to be applied

./manage.py migrate
cat backend_app/patchs/migrate_university.py | ./manage.py shell
Edited by Florent Chehab

Merge request reports