Deployed a website
Finished a personal project
Finished my latest project, a demo website for a fictional dental practice.

The focus of the project was to integrate static HTML templates into a Django project. The website uses the Dento template designed by Codelib.

I refactored the template files to consolidate all common components (i.e. - header, footer, navbar) into a base.html file which is then extended by all page templates. I also replaced all active href and src attributes with Django URL and static tags.

I also go my first taste of managing Django settings with a .env file, allowing for easier and more secure deployment and version control.

The live version of the demo site can be viewed here.