_N.B. If the last part fails, it's because you have never connected REX-DRI before the dump :crying:. Open [http://localhost:8000/app/](http://localhost:8000/app/), connect with the CAS, and retry the last command._
## With dummy data
To load some basic data in the app, you can use the python classes: `loadCountries`, `loadUniversities`, etc. available in `backend/backend_app/load_data/loading_scripts`.
...
...
@@ -22,7 +74,6 @@ from backend_app.load_data.load_all import load_all
load_all()
```
*NB: Those scripts are tested so they should work.*
_NB: Those scripts are tested so they should work._
By doing so, an admin user is created according to the environment variables `DJANGO_ADMIN_USERNAME` and `DJANGO_ADMIN_PASSWORD` that are set (in our case) in the `docker-compose` file.