Skip to content

Instantly share code, notes, and snippets.

@mahendra0859
Last active April 10, 2020 22:05
Show Gist options
  • Save mahendra0859/71ea8abfadc17d83217deac4078853dc to your computer and use it in GitHub Desktop.
Save mahendra0859/71ea8abfadc17d83217deac4078853dc to your computer and use it in GitHub Desktop.
Web Development Using Django , Python Library

Web Development Using Django - Python Library

* Download and install Python : https://www.python.org/downloads/

* Downlaod and install pyCharm IDE community : https://www.jetbrains.com/pycharm/download/

$ python --version

* Inside pyCharm terminal

$ pip --version
$ pip install django
$ python -m django --version
$ django-admin startproject demoProject
$ cd demoProject/
$ python manage.py runserver
$ CTRL + C
$ python manage.py startapp DEMOAPP





Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment