Setting up - Building a time tracking SaaS using Django and Vue - Part 1 (Django Tutorial)

Do you want to learn how to build a time tracking SaaS from scratch using Django and Vue? Then you have come to the right place. Introduction 0:00 Virtual environment 0:35 Install Django 1:28 Initialize database 3:20 Test website 4:30 Create first Django app 5:35 Base template 7:45 Front page 14:10 Privacy policy, terms, etc 23:00 Plans page 25:50 This is part 1 of this series. In this part, we will install some software and set up our environment. I will also create a Django app and some templates. The t
Back to Top