Setting Up Django Environment | Python3 | Python

Publicado el: 29 mayo 2021
en el canal de: Stunning Hub
593
13

In this video, I'll show you how to set up a virtual environment for our Django application and how to create our first project.


-----------------------------------------------------------------------------------------------
Commands used in the video (For Linux) :-

To create virtual environment
$ python3 -m venv env

To activate virtual environment
$ source env/bin/activate

To install django
$ pip install django

To create project
$ django-admin createproject mysite .

Note : type dot(.) at the end of the name of the project with space

To create application
$ django-admin createapp myapp

To activate the server
$ python manage.py runserver
-----------------------------------------------------------------------------------------------

Follow me on :-
Instagram :   / stunninghub  
Facebook : https://fb.me/stunninghub
Twitter :   / stunninghub  

Thank You !!


En esta página del sitio puede ver el video en línea Setting Up Django Environment | Python3 | Python de Duración hora minuto segunda en buena calidad , que subió el usuario Stunning Hub 29 mayo 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 593 veces y le gustó 13 a los espectadores. Disfruta viendo!