Django Documentation
Django Documentation
Django Documentation
. Python
. Django
Step 6:- Go to barhalfshaft views.py file & create def function & import package
. HttpResponse
Step 7:- Create urls.py file in barhalfshaft & create path in urls.py
Step 8:- Update path in main project(smart)in urls.py & import include
Step 9:- Go to barhalfshaft & create templates folder. In template folder create new folder
barhalfshaft
Step 10:- Go to smart folder settings.py file & add some changes in INSTALLED_APPS add
'barhalfshaft',
Step 12:- Create static folder in barhalfshaft & create new folder barhalfshaft
Step 16:-