Django

Django App Starter Template

by Archie To, 20 January 2023

Django is a very popular web framework known by many Python developers. RCS ARC Software Team decided to use this framework as the main technology to develop multiple web applications, which will eventually serve the need of researchers, faculty members and employees in the University of Victoria. All of these applications have some identical functionalities such as authenticating users by HTTP request headers, displaying separated pages for normal users and admin users, and providing an about page for web developers. These similar functionalities force developers to rewrite the same code everytime they start a new project. This is obviously a time-consuming and boring process.

Converting Flask App Starter Into Django

by Archie To, 28 October 2022

My goal in this project is to convert a Flask skeleton code into Django.