Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 311 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 311 Bytes

This repo serves as a basic structure for most common web projects. It uses django and customizes it with:

  • core app for homepage/generic pages.
  • accounts app with login/logout.
  • User model that replaces username field with email.
  • Dockerfile that uses a uwsgi server as the container's process.