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 +````