Integrating Twitter bootstrap with Django in simple steps

Assuming you have downloaded Twitter bootstrap and a simple Django project is up and running, please follow the below 3 steps to integrate Twitter bootstrap with Django. STEP 1: Copy twitter bootstrap files & templates as below in your Django project folder /project_root/template/bootstrap /project_root/template/example.html STEP 2: Set the values of STATIC_URL, STATICFILES_DIRS, INSTALLED_APPS as given below… Continue reading Integrating Twitter bootstrap with Django in simple steps