Skip to content

Commit

Permalink
Add All Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sinalalebakhsh committed Jul 9, 2024
1 parent a3eb88c commit 513f7fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion steps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 513f7fb

Please sign in to comment.