I never knew that something good can also be messy!! I am talking Django 1.8 web framework. After being inspired by my mentor,.. actually got bugged/ bored & tired of sluggish web development portal I have finally decided to take it with Django 1.8

Like any noob I have started off with downloading Django 1.8 possible latest version. May be I should have taken a step back and thought of learning with one stable version which has a lot of tutorials !!

To all those who are very new & want to start-off with Django,. here are some links & tips.

More on forms

https://docs.djangoproject.com/en/1.8/topics/forms/modelforms/#model-formsets

To create multiple post/articles/requests/users/,.. at once - https://docs.djangoproject.com/en/1.8/topics/forms/formsets/