Project in Django that serves as the base (template) to start a project.
- User customized with
AbstractUser
to create the profile withpicture
,biography
. - For the design of templates I use 🔗 startbootstrap-sb-admin
- It starts with the login page using the email and password to start session.
- Use as a database PostgreSQL 🐘
TODO
- Configure
settings
for production - Dockerize
🚧 This is a work in progress. 🚧