diff --git a/steps.txt b/steps.txt index bae3e7c..1d4eaa4 100644 --- a/steps.txt +++ b/steps.txt @@ -11,6 +11,12 @@ add in config/setting.py -> # accounts config AUTH_USER_MODEL = 'accounts.CustomUser' -add in config/setting.py -> import os +add in config/setting.py -> from environs import Env +pipenv install environs +pipenv requirements > requirements.txt +docker-compose up + + +git rm .env --cached