I'm new to Django and need to understand file structure. below is an example of my Django project (some files missing)
My confusing is to do with production on a real server and how my file structure relates.
I have the following questions on this issue which I think if answered will help me understand.
- Where is the web root?
- How do you stop users from downloading settings.py?
Its this structure ok?
project manage.py templates [folder] myapp1 [folder] models.py views.py projectname [folder] urls.py settings.py