Introduction to Django: What is it and getting set up

Published 2017-06-19
Kicking off a new set of videos for a request I get all the time: Django!

In this video, I go over what Django is, and how to get it up and running.

All Comments (6)
  • Hi Katie, can you please help/post videos , on how to:- 1. set data in variables on template and send it back to view( i.e data communication flow from template -> view) 2. set events on form elements( like on-click,key-up and various functionalities like show/hide form elements)
  • @atjustlookin
    I am setting up my first app without using a tutorial but the documentation instead for a poll. I like how you explained which each file is doing.  I will in this video that was helpful.  Should I research what each command is doing or did you?  Also I noticed that you setup a virtual environment and migrated asap.  Is that something you always do?  I watched a NB tutorial where he skip the virtual environment and migrated later, only reason I asked.