The current README is really good but users of this repository may have difficulty running the runserver command since the database isn't set up!
They would need to set up a database, but I propose we use docker/docker-compose to set up the django app as well as the PostgreSQL database.
The current README is really good but users of this repository may have difficulty running the
runservercommand since the database isn't set up!They would need to set up a database, but I propose we use
docker/docker-composeto set up the django app as well as the PostgreSQL database.