I have no bin
and lib
next to my root directory, which I have in another project but i'm not sure how I got them.
So this is my app tree right now:
Desktop | project | app > |
| | db.sqlite3 | init.py
| | manage.py | views.py
| | templates | settings.py
| | | urls.py
And my other app has:
Desktop | project | app | app> |
| | bin | init.py | init.py
| | db.sqlite3 | db.sqlite3 | settings.py
| | include | manage.py | urls.py
| | lib | templates | views.py
So is one of these improperly configured?/which one is the better option?