Python/Django Development 4 of 12 - Install Django and create Django project using Eclipse/PyDev

preview_player
Показать описание
(1) pip install django==1.10.7

(2) Check django installed correctly

(3) Start Django project from command line:

django-admin startproject tango_with_django_project

(4) Layout of the file structure:

tango_with_django_project/
tango_with_django_project/
__init__.py

(5) Do it from Eclipse/PyDev
Рекомендации по теме
Комментарии
Автор

sir..! i am very much thankful for your videos.i am struggling with installing django in other IDE, but i am comfortable with pydev.By your step by step guiding installation process, it helps me a lot.tq verymuch sir....

ranganakumar
Автор

^Z why can't work. to escape from >>> under python

alphafox
Автор

Hi,
I'm a beginner so I tried to create my first django project but when I run with PyDev Django, nothing happens.
On top of console appears <terminated> manage.py [C:\Pyhton36\python.exe]
It's necessary to install sqlite3?
What can I do?

phab
visit shbcf.ru