Thursday, May 20, 2021

How to configure Django App in Django Project

 How to configure Django App in Django Project



How to configure Django app in Django project.
Why its need ?
    Because project must connected to app.Project asks  hey i need that particular function please give.If you have that function give me or send error.
    Also maintaining a Django app in case future it will be easy to debug.Then Most of the developer work together easily work.Then fastly they do our works

Go to settings.py file.
Then scroll down there is available section INSTALLED_APPS
connect name like 'blog'.
blog is the our django.
we can connect that name with strings format

project-settings.py-installed_app


Thank you.Happy coding!




Previous Post
Next Post

0 Comments: