From 1d0f9ccd7a5cc4681ce0e18b65028ff34c195921 Mon Sep 17 00:00:00 2001 From: Renjith S Raj Date: Tue, 29 Aug 2017 05:33:33 +0000 Subject: [PATCH] updated static and media files in django section --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5..de1beb02 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -51,6 +51,8 @@ coverage.xml # Django stuff: *.log +.static_storage/ +.media/ local_settings.py # Flask stuff: