andreagnoletto / django-experience

Tutorial Django Experience 2022

Home Page:https://rg3915.github.io/django-experience/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tutorial Django Experience 2022

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


Languages

Language:Python 90.3%Language:HTML 9.3%Language:Makefile 0.2%Language:CSS 0.2%