Skip to content

eeparquedasaroeiras/ds-cell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djangotutorial

Comandos para git

  • git clone https://github.com/eeparquedasaroeiras/djangotutorial.git
  • git status
  • git add .
  • git commit -m "mesangem doque foi feito"
  • git push

Comandos

  1. pip install django
  2. python manage.py migrate
  3. python manage.py createsuperuser
  4. python manage.py runserver
  5. Abrir no navegador o site http://localhost:3000
  6. img.png
  7. Depois acessar http://localhost:3000/admin
  8. img_1.png

Documantação externa

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors