Answer the question
In order to leave comments, you need to log in
How to save applications to a separate folder in django 3.2.1?
Updated django, and now I don't understand how you can save all files in a separate folder, and not in the project folder.
this code doesn't help anymore:
import os
import sys
PROJECT_ROOT = os.path.dirname(__file__)
sys.path.insert(0, os.path.join(PROJECT_ROOT, 'apps'))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question