You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Django Tutorial is the best introduction to how Django works to create a web application. Completion of this tutorial will help you figure out your models from your views, and get you introduced the the Django templating language. (Back End Focus)
For a jumpstart on templating see this intro to Django templating. (Front End Focus) (broken link)
jQuery 101 has a good overview of the basics of jQuery, the Javascript library that powers much of the front end code of KA Lite. (Front End Focus)
I can see my house from here!
Backbone
Backbone tutorials can help you get to grips with Backbone.js a library used in small but crucial parts of the KA Lite client side code. (Front End Focus)