Skip to content

rg3915/bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore

Exemplo de biblioteca feito com Django.

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/bookstore.git
cd bookstore
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate
python manage.py createsuperuser --username="admin" --email=""

Passo a passo

https://github.com/rg3915/bookstore/blob/main/passo-a-passo.md


Vídeos no meu canal

Links

Livros

About

Exemplo de biblioteca com Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published