python manage.py startapp appName subFolder/appName

2022. 12. 16. 13:09카테고리 없음

https://stackoverflow.com/questions/48426117/django-app-in-subfolder

apps.py

 

Django - app in subfolder

I've created new django app in a subdirectory using the command: python manage.py startapp appName subFolder/appName but if I try to add this app to INSTALLED_APPS at the end of the list I see the

stackoverflow.com