two-scoops-of-django-3.x icon indicating copy to clipboard operation
two-scoops-of-django-3.x copied to clipboard

INSTALLED_APPS not covered with the suggested layout

Open gonza56d opened this issue 4 years ago • 2 comments

Hi! Just wanted to comment that the book does not provide a proper example for INSTALLED_APPS setting with the suggested layout. E.G: image

I am quite familiar with Django yet I'm junior with Python, so in my case this was a lock. Of course the solution of this lock is on the internet but maybe you consider it would be a good idea to add it to the book :)

(By the way, this "solution" I found is ugly :( I don't want each of my apps being called "project.app") image

Your book is awesome! I'm really enjoying it :) Best wishes.

  • Gonzalo García

gonza56d avatar Feb 15 '21 06:02 gonza56d

I couldn't make this code work. Is there any other configuration needed here? If there were a complete example of adding an app into the settings file, that would be great.

efebuyuk avatar Oct 06 '22 13:10 efebuyuk

I couldn't make this code work. Is there any other configuration needed here? If there were a complete example of adding an app into the settings file, that would be great.

This link helped me to solve the problem: https://stackoverflow.com/questions/50364758/django-how-to-tell-django-where-it-should-look-for-apps

efebuyuk avatar Oct 06 '22 14:10 efebuyuk