Skip to content

Projeto resultado do tutorial de Introdução ao Django Rest Framework

Notifications You must be signed in to change notification settings

Nelzio/drf-kutiva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drf-kutiva

Projeto resultado do tutorial de Introdução ao Django Rest Framework

Installation

Criando Venv

python3 -m venv env

Ativando a venv

source env/bin/activate

Instalando dependencias

pip install -r requirements.txt

Migrate

python manage.py migrate

Criando super user

python manage.py createsuperuser

Run server

python manage.py runserver

About

Projeto resultado do tutorial de Introdução ao Django Rest Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages