django-tutorial-4-2#
Just a playground for Django v4.2 tutorial app.
Development#
docker build . -t django-tutorial-4-2
docker run --rm -it -v $PWD:/app -p 8000:8000 django-tutorial-4-2
For self-hosted knots, clone URLs may differ based on your setup.