git clone https://github.com/eeparquedasaroeiras/djangotutorial.gitgit statusgit add .git commit -m "mesangem doque foi feito"git push
pip install djangopython manage.py migratepython manage.py createsuperuserpython manage.py runserver- Abrir no navegador o site http://localhost:3000

- Depois acessar http://localhost:3000/admin
