MNNIT Computer Club

This repository contains the codes, support links and other relevant materials for every class under Computer Club, MNNIT Allahabad.

View on GitHub

Django Web Classes

Follow this guide as general Web development Learning resource for Python and Django

Table of Contents

prerequisite

Django is written in Python so you should be comfortable with it. Following are some resources for getting familiar with Python -

Getting Started with Django

Getting started with Django :-

Installations

Inside a virtual environment, whatever python dependency you install here, won’t affect your system related python dependencies, This way you can have more than one virtual environments i.e more than one Django versions together. For working on any specific version go to respective virtual env and activate that.

For more details see this -

Contributors

Add yourself to contributors list as you contribute in present format.

Contributing

Feel free to contribute to content. Follow the existing Readme.md to add information. Make a pull request !!!