Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.15 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.15 KB

Django Hacktorial - 13 April 2016

Presented by Kunal Sharma

This repository contains the checkpoints for the Django hacktorial (The livestream/video will be added here once the hacktorial begins).

Checkpoints

Step 0: Creating a blank django application
Step 1: Set up the Database and db models
Step 2: Create Templates and Display blog entries
Step 3: Form to submit comments on posts
Step 4: Add styles
Step 5: Deploy to Heroku