This repository contains the Django project you build in the official Django tutorial: the mysite project with the polls app. Each commit corresponds to a step in the tutorial. If you get stuck while ...
This tutorial demonstrates how to configure a Django app for development in Docker and deployment to Heroku. While the app is intentionally very simple—it generates random tokens that can be used as ...