-
Hi guys, Just starting and trying to create my first component I get this error:
I have this in my settings.py: If I uncomment unicorn I get: Any ideas on how I can get it finding the BASE_DIR? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
zurtri
Jun 13, 2021
Replies: 1 comment 3 replies
-
Found the solution! Just had to put I am using Django CookieCutter so that is probably where the misconfig was. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
zurtri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the solution!
Just had to put
BASE_DIR = APPS_DIR
in my setting.py file.I am using Django CookieCutter so that is probably where the misconfig was.