Skip to content

ctivir/moz-devz-py-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MozDevzTraining

Django + React Training

  1. Clonar repositorio git or download git clone https://github.com/ctivir/MozDevzTraining.git

download: https://github.com/ctivir/MozDevzTraining

  1. Criar e activar virtual environment com o nome "env"

Linux

sudo apt-get install python3-venv # If needed python3 -m venv env

macOS

python3 -m venv env

Windows

python -m venv env

  1. Intalando pacotes 3.1 Actualizando o pip: python.exe -m pip install --upgrade pip'

pip install django

pip install djangorestframework django-cors-headers

  1. Run migrations python manage.py migrate mozdevzsite

About

Django + React Training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published