Try Django 1.10 - 4 of 40 - Virtualenv & Django

preview_player
Показать описание


Generally the topics will include:
- Django Project Setup
- Class Based Views (& some Function Based Views)
- Models, Model Forms, Forms, Form Validation
- Overriding Model Save Method
- Custom Validation directly on Django Fields
- And More

What Technology you'll learn in the Build a Try Django 1.10 URL Shortening series:
-- Bootstrap (version 3.3): a powerful front-end framework used by thousands of sites around the world. Bootstrap makes it easier to have a responsive web application so it looks awesome on any mobile device and any desktop computer.

All of our tutorials have a simple goal in mind: get you building something real and quickly.

My equipment:
Рекомендации по теме
Комментарии
Автор

Can I replace virtualenv with conda instead in this tutorial? Thanks!

danielkurniadi
Автор

Hi Justin, I really thank you for your amazing channel. I really learned alot from your tutorials. I just wanted to ask: once setting up the virtual environment, we do have to do the process every time we open the project?

mohamedal-musallam
Автор

Can we set up virtualenv for any specific version like let say for python 3.6...while i have 3.5 also

globalassistance
Автор

The path python3 (from --python=python3) does not exist.

How do I solve this? I have python 2 and 3 running on the cmd.

Thanks

godkillerpk
Автор

virtualenv trydjango110 -p python3 The path Python3 (from --python=python3) does not exist error in cmd :/

ADhiman