Update Run the project on your local machine authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion
...@@ -142,6 +142,8 @@ container to be built again. You can also use directly `docker-compose build you ...@@ -142,6 +142,8 @@ container to be built again. You can also use directly `docker-compose build you
Since directories with source codes are mounted in the containers, changes you make locally should be Since directories with source codes are mounted in the containers, changes you make locally should be
directly reflected on the application. directly reflected on the application.
> You can always run the backend independently of docker using the `manage.py` command as described above. It is particularly useful when you use a debugger.
### Populate the database ### Populate the database
At start, the database is empty and most of the frontend feature won't work and have nothing to display. Therefore you need to populate your database and you have several options. At start, the database is empty and most of the frontend feature won't work and have nothing to display. Therefore you need to populate your database and you have several options.
... ...
......