mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 05:25:40 +00:00
exibindo dados do banco no html
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
mkdir djangotutorial
|
||||
python -m venv meu_ambiente
|
||||
django-admin startproject mysite djangotutorial
|
||||
meu_ambiente\Scripts\Activate.ps1
|
||||
python manage.py runserver
|
||||
python manage.py startapp polls
|
||||
python manage.py makemigrations
|
||||
|
||||
Reference in New Issue
Block a user