Skip to content
/ books Public

Coding Example from "Django for Professionals" by William S. Vincent

Notifications You must be signed in to change notification settings

demaj/books

Repository files navigation

Bookstore

Coding Example from "Django for Professionals" by William S. Vincent

Getting-Started

Requirements:

  • docker
  • docker-compose

From the root directory execute:

docker-compose -f docker-compose-local.yml up -d --build

Then, we need to make migrations:

docker-compose -f docker-compose-local.yml exec web python /code/app/manage.py makemigrations
docker-compose -f docker-compose-local.yml exec web python /code/app/manage.py migrate

Create superuser

docker-compose -f docker-compose-local.yml exec web python /code/app/manage.py createsuperuser

About

Coding Example from "Django for Professionals" by William S. Vincent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published