Skip to content

rg3915/django-experience

Repository files navigation

django-experience

Tutorial Django Experience 2022

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-experience.git
cd django-experience
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

Leia https://rg3915.github.io/django-experience/ ou

Veja a pasta de passo-a-passo.

Features da aplicação