This repo serves as a basic structure for most common web projects. It uses django and customizes it with:
coreapp for homepage/generic pages.accountsapp with login/logout.- User model that replaces username field with email.
Dockerfilethat uses auwsgiserver as the container's process.