#Django-Basics ##A Presentation On Key Topics
###How To Contribute
- Clone this repo using
git clone <RepoLink>on to your local machine or do aFork. - This repo has only 1 Branche,
gh-pages. All the changes MUST be made ongh-pagesbranch. - After making changes and commit locally you need to make a
Pull Requestto submit your changes. - To do that, first make add a remote using
git remote add origin <RepoLink>. - Resolve conflicts if any by making changes to respective files.
- Finally submit your changes using
git push origin gh-pages.
###Contributers
###Headines
- What is Django ?
- Why Django ?
- What is Framework ?
- Types Of Frameworks
- Various other Web Framework on Python
- Installing Django
- Installing PIP on Linux
- Creating a project on Django
- URLs in Django
- Views in Django
- What is Template ?
- Form Handling in Django