difference in django project view and app view

Solutions on MaxInterview for difference in django project view and app view by the best coders in the world

showing results for - "difference in django project view and app view"
Johanna
06 Jan 2018
1my_shopping_site/   # project name
2      manage.py
3      products/          # app 1
4      cart/              # app 2 
5      profile/           # app 3
6      my_shopping_site/
7
similar questions