Django-Python First Project
1) Download python
https://www.python.org/ftp/python/3.7.4/python-3.7.4rc1-amd64.exe
2) install it & add path
3) easy_install django
4)C:\Users\dexter>django-admin startproject website
5) Download & install pycharm
https://www.jetbrains.com/pycharm-edu/download/download-thanks.html?platform=windows
6) open website project in pycharm
7)C:\Users\dexter\website>python manage.py runserver
server started at https://127.0.0.1:8000
---check in browser it must be worked
8) open another cmd
9)create music webapp in website folder
C:\Users\dexter\website>python manage.py startapp music
https://www.python.org/ftp/python/3.7.4/python-3.7.4rc1-amd64.exe
2) install it & add path
3) easy_install django
4)C:\Users\dexter>django-admin startproject website
5) Download & install pycharm
https://www.jetbrains.com/pycharm-edu/download/download-thanks.html?platform=windows
6) open website project in pycharm
7)C:\Users\dexter\website>python manage.py runserver
server started at https://127.0.0.1:8000
---check in browser it must be worked
8) open another cmd
9)create music webapp in website folder
C:\Users\dexter\website>python manage.py startapp music
0 comments:
Post a Comment