Description
A Python + Django + MySQL + Membership Website
Last updated
Hosting
-
Vercel Cloud using Serverless Functions
DevOps
Performance
- Google Page Speed for testing
- Eliminated Render-Blocking
- I optimized the loading of the CSS and JS in the Template
Frontend
- Django Templates
- Bootstrap for making the Website mobile friendly
- HTML
- CSS
Backend
A simple Blog by Django Models
-
Serving a simple Blog by the Django Backend Admin using Models
A Membership System by django-allauth package
-
Signup with Email Verification
-
Login
-
Logout
-
Reset Password
-
Change Password when logged in
-
Manage Email when logged in
-
Deactivate own Account when logged in
-
Delete own Account when logged in
-
Customized templates like Reset Password + Subject
Database
-
SQLite was used for Dev
-
MySQL was used for Prod
Text Editor
-
Visual Studio Code with Python + Pylance extensions