... | ... | @@ -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
|
|
|
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
|
|
|
|
|
|
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.
|
... | ... | |