From 9465042d7b92eadafcd5e0e65a5a3bd4ff3b75d9 Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Tue, 23 Apr 2019 11:36:55 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0d8d1..71886d7 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ Depends on 'mfa', '......') ``` +1. Collect Static Files +`python manage.py collectstatic` 1. Add the following settings to your file ```python @@ -141,4 +143,4 @@ function some_func() { //MUST_BE_MFA true or false, if the user must has with MFA } -```` \ No newline at end of file +````