ClearComm CSM Project
A Dive into Django and Bootstrap
Date Completed: Nov. 17, 2021
After completing the Intro to Web Development Course with CodeLouisville, I began the Python Development Path. The ClearComm Customer Service Management Platform was built to help satisfy all of the class requirements of the Introduction to Python Course and ended up being the first Django App I ever created.
ClearComm leaned heavily into Bootstrap for its layout and user interface, so I was able to use all of its vanilla settings to create its appearance. Django also provided the ability out of the box to create individual users, host easy-to-edit HTML templates, and easily store data via the SQLite database.
The program simulates a platform built for a Real Estate Group which provides an overview of what the week's "goals" are, and the ability to begin processing and tracking potential sales leads and interactions.