#codesnnoppets
Explore tagged Tumblr posts
codesnnippets ยท 4 years ago
Photo
Tumblr media
Django project and the django apps: part 2 Django MVT achtecture depends on the apps. As a matter of fact,by default ๐Ÿ™ƒ๐Ÿ‘ด๐Ÿปa django project is scalfolded with a default app which comes as a package named after the project directory ๐Ÿ‘ด๐Ÿป๐Ÿ˜. If you name your project my_app, the default app will be named my_app just inside the project app. This app has a settings.py file which among other things lists some pre_installed apps in its INSTALLED_APPS variable. We add all our custom apps in this list. Don't forget to check out our project based django series on our blog... https://codesnnippets.com/creating-a-latest-posts-feature-on-a-python-django-and-tailwind-css-blog-application-django-part-8/ #python #pythonframework #django #webdevelooment #djangoconcepts #djangomodels #djangoapps #djangoviews #djangosettings #djangourls #codesnnoppets https://www.instagram.com/p/CU20FGVgKLF/?utm_medium=tumblr
0 notes