First Django App - Getting Started with Django

preview_player
Показать описание
Create your first Django App using Python! In this video, we will be covering creating the first part of our polls project! If you want more videos like this, check out TheCodex!

♦♦♦♦♦♦♦♦♦♦

THECODEX is a company focused on empowering and enabling anyone to learn how to code. Established in 2015 by Avinash Jain, THECODEX has taught over 150,000 students around the world how to code. With over 13 programming courses on a wide variety of topics, and more than 10,000 5-Star reviews, THECODEX is the right choice for you.

We provide engaging and comprehensive videos that break down complex information and cover everything you need to know about the subject. All students get access to our Q/A forums where you can get your doubts and problems cleared up. At the end of every course, you will receive a certificate of completion.

Jumpstart your Coding Journey with THECODEX today!
Рекомендации по теме
Комментарии
Автор

Hi friends

i was tying to follow the tutorial, but found some difficulties regarding creating and activating virtual environment

Here is the solution foe windows users

To create the environment use
"virtualenv env --python=python.exe"

and to activate it use

"env\Scripts\activate.bat"

Hope it will help

hmali
Автор

when i run "virtualenv -p python3 env" command it gives me a error as:-
The path python3 (from --python=python3) does not exist
please help me to out from this error

pradeepjat
Автор

The tutorial titles are to general to attract students, can they be more specific?

bomkarram
Автор

followed the steps but there is no bin folder

barataapsii
Автор

What is IDLE compared to IDE?? Thanks for the awesome video!!

seefinilla
Автор

Clear and updated . Thanks !! Avinash can you please explain when to use flask and when Django. Since you have used Flask for your very own Talky !!

deepam.g
Автор

I am having problem in installation
In env bin folder is not coming I have executed same command in it

akshayagrawal
Автор

Great tutorial! I'm looking forward to your future tutorials on Django!

malb
Автор

im getting following error

Running virtualenv with interpreter /usr/local/bin/python3
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/virtualenv.py", line 22, in <module>
import zlib
ModuleNotFoundError: No module named 'zlib'

dipeshkshrestha
Автор

Thanks alot, will watch the whole thing! keep it up :)

jimmysoonius
Автор

I'm new to PyCharm. But I can't get the Windows 10 cmd.exe to launch from the "Terminal:" tab. Can you help me out? We could use team viewer.

rollinroy
Автор

i have installed python 3.6 and when i go to Scripts i only have pip installed and the pip3 doesnt exist so when i write pip3 install virtualenv pip3 is unrecognized what should i do ?

ririsoula
Автор

Really nice, well explained, clear and helpful ! Thanks a lot for this :)

ThaEzioAuditore
Автор

Yey nice video!! But i see the first time to set the virtual env in PyCharm ?? But, i also do it i get the error as,
The path python (from --python=python) does not exist and this is recovered by typing (virtualenv env --python=python.exe)
I haven't set this in my PyCharm ide!! Please give me more information in it!!

sushantgautam
Автор

it says Question has no attribute named choice_set

RohitSharma-cuvt
Автор

Should we have to create a new Virtualenv for each project?

siddhartht
Автор

Do i have to work with pycharm professional if i want to use databases or django?

SubhamSatapathy
Автор

i stuck in python manage.py makemigrants polls. I don't understand i can't do that

mahmutkn
Автор

Really awesome tutorial. I learned a lot about python. 10/10 would play again -ign

stevenchen
Автор

wrote "virtualenv -p python3 env"
The program results: "The path python3 (from --python=python3) does not exist"
What can I do?

shahinabdullayev