From a7d9efacaf27d717f30b6631b55cb5cd3de8db5f Mon Sep 17 00:00:00 2001 From: Hrithik28 <45447575+Hrithik28@users.noreply.github.com> Date: Wed, 2 Oct 2019 23:05:41 +0530 Subject: [PATCH] updated techblog --- blog/blog/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blog/blog/settings.py b/blog/blog/settings.py index b1e45db..9bd7ce1 100644 --- a/blog/blog/settings.py +++ b/blog/blog/settings.py @@ -8,8 +8,11 @@ For the full list of settings and their values, see https://docs.djangoproject.com/en/2.1/ref/settings/ + +how are you """ + import os # Build paths inside the project like this: os.path.join(BASE_DIR, ...)