From 77c5b1334fda3df624bb9ec8f2ca2e610b5bfc66 Mon Sep 17 00:00:00 2001 From: Winston Date: Tue, 30 Jul 2019 12:41:01 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf8a3802..12fcaa02 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Sprint Challenge: INTRO TO DJANGO - DEPLOY TO HEROKU +# Sprint Challenge: Intro to Django - deploy to HEROKU: Winston This challenge allows you to practice the concepts and techniques learned over the past week and apply them in a concrete project. This Sprint explored the basics of Django. During this Sprint, you studied how to setup a Django project, build a REST API, and use token authorization. In your challenge this week, you will demonstrate proficiency by taking the application that you built over the course of this week and deploying it! Getting your application out there is a great way to learn, shake out bugs, and get feedback as you can share it with others. From c2fb3922e09fbd3970e05b43c441115f0a8100ca Mon Sep 17 00:00:00 2001 From: Winston Date: Tue, 30 Jul 2019 17:56:37 -0500 Subject: [PATCH 2/2] Complete - updated README to point to https://wel51x-introdjango.herokuapp.com --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12fcaa02..34c397b6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Sprint Challenge: Intro to Django - deploy to HEROKU: Winston +Now available at: https://wel51x-introdjango.herokuapp.com (/admin or /api, or it returns Not Found). + This challenge allows you to practice the concepts and techniques learned over the past week and apply them in a concrete project. This Sprint explored the basics of Django. During this Sprint, you studied how to setup a Django project, build a REST API, and use token authorization. In your challenge this week, you will demonstrate proficiency by taking the application that you built over the course of this week and deploying it! Getting your application out there is a great way to learn, shake out bugs, and get feedback as you can share it with others.