blog/how-to-create-a-fullstack-application-using-django-and-python-part-8 #11
Replies: 1 comment
-
In this section, I add an index.html template to a directory called static, test the index (home) page, set up the static files, download Bootstrap, configure the static directory in settings.py, discuss the collectstatic command, load the Bootstrap CSS file in index.html, and edit index.html to include Bootstrap styling. I'm opening up comments for this post. If you have any feedback or questions regarding this post, please comment here! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blog/how-to-create-a-fullstack-application-using-django-and-python-part-8
In this section, I add an index.html template to a directory called static, test the index (home) page, set up the static files, download Bootstrap, configure the static directory in settings.py, discuss the collectstatic command, load the Bootstrap CSS file in index.html, and edit index.html to include Bootstrap styling.
https://www.mariadcampbell.com/blog/how-to-create-a-fullstack-application-using-django-and-python-part-8
Beta Was this translation helpful? Give feedback.
All reactions