@@ -73,8 +73,24 @@ Alexandra had to restart all the installations because of computer problems. She
Front-end :
* Initialisation of components
Back-end :
* Fix the problem connected to an update of Django
* After the definition of the array MIDDLEWARE_CLASSES add MIDDLEWARE = MIDDLEWARE_CLASSES
* Problem with the loading of the module choucas.wsgi.application => Either comment out or delete the line django.contrib.auth.middleware.SessionAuthenticationMiddleware
* Installation (to test) of the module : django_rest_swagger which can document automatically the API
* Test to understand how the django_rest_api framework works with the creation of the feature intended for recovering all the users (GET http://127.0.0.1/users/)
### TODO :
* Finish the writing of the components + display map
* Front-end :
* Finish the writing of the components
* Finish to display the map
* Back-end :
* Finish the conception of the model (simple version for now)
* Modify the feature previously described to integrate the new model