Last updated 2 years ago
Was this helpful?
Importante: nas próximas dicas, troque
Ou seja, remova a \ no meio das tags.
\
python -m venv .venv source .venv/bin/activate pip install "cookiecutter>=1.7.0" cookiecutter https://github.com/pydanny/cookiecutter-django pip install -r requirements/local.txt python manage.py migrate createdb myproject -U postgres python manage.py migrate