From d5aa367b52f9a7e267d5f5c3138e4cd45b1667b8 Mon Sep 17 00:00:00 2001 From: wsvincent Date: Tue, 26 Jun 2018 11:55:34 -0400 Subject: [PATCH] add HN clone tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c7bdf5..b459bea 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ * [Django Girls Tutorial](https://tutorial.djangogirls.org/en/) - Use FBVs to build a blog app * [Mozilla Tutorial](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django) - Create a lending library app * [A Complete Beginner's Guide to Django](https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/) - In-depth and excellent walkthrough of a new Django app +* [Build a HackerNews clone](https://medium.com/@danieldng/a-little-hacker-news-in-django-part-1-f12aa81dc25d) - Very well-done tutorial for Django 2.0. ### External Resources