Skip to content

pizzapanther/async-django-book-code

Repository files navigation

Async Patterns in Django Code

This repository contains full code examples for the book "Async Patterns in Django".

Purchase the book at: www.asyncdjango.com

How to Use This Code

Note, the included Docker Compose files work with Docker Engine or Docker Desktop CLI.

# Enter project directory
cd <project-directory>

# Build container
docker compose build --build-arg userid=$(id -u) --build-arg groupid=$(id -g)

# Enter container
docker compose run -P django /bin/bash

# Install Django and other dependencies
pdm install
pdm manage migrate

# Run the fullstack
pdm run honcho start

Included Projects

About

Full code examples for the book "Async Patterns in Django"

Resources

License

Stars

Watchers

Forks

Releases

No releases published