Angular(5) and Python(Django) app - 3/5 - Django initialization

preview_player
Показать описание
Installing Python Django:

This will be done on the Command Line (CLI) of Unix Interfaces (Linux/Apple CLI), or on Windows via the program Cygwin (changes format to fit unix styling)-

* sudo easy_install pip
* ‘pip’ works like NPM (node package manager) and is a function from python
* sudo pip install virtualenv
* ‘sudo’ is SuperUserDo, so be careful with it. This installs the virtual environment necessary
* sudo pip install Django==1.8.2
* using ‘pip’ to install Django
* no capitals, underscore only.
* cd log_backend
* changes directory into the newly formed backend project
* migrate dependencies
* starts the backend server
Рекомендации по теме
Комментарии
Автор

Would you please upload part 2, 4 and 5? Thanks.

douglasmunich
Автор

Where are the rest of the videos sir?? I am having a lot of problems while sending HTTP request as it requires csrf token, without that it is throwing 403 :(

shubhamagarwal
Автор

Hi! where are the rest of the videos of this series? Thx

essyaetters
Автор

why use an old version of django? and where is the part 2 of this series?

lowkeygaming
Автор

Can I use Flask with angular 5 instead of Django with angular 5?

alikaboudi
visit shbcf.ru