Skip to content

rg3915/django-cbv-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-cbv-tutorial

Django Class Based View Tutorial.

This project was done with:

How to run project?

  • Clone this repository.
  • Create virtualenv with Python 3.
  • Active the virtualenv.
  • Install dependences.
  • Run the migrations.
git clone https://github.com/rg3915/django-cbv-tutorial.git
cd django-cbv-tutorial
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate

Este projeto foi feito com:

Como rodar o projeto?

  • Clone esse repositório.
  • Crie um virtualenv com Python 3.
  • Ative o virtualenv.
  • Instale as dependências.
  • Rode as migrações.
git clone https://github.com/rg3915/django-cbv-tutorial.git
cd django-cbv-tutorial
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate

Ilustração

img/get.png

img/post.png

Links

https://docs.djangoproject.com/en/3.1/ref/class-based-views/

https://ccbv.co.uk/

http://slides.com/regissilva/django-python-triangulo#/12

About

Django Class Based View Tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published