Dica 1 - Django boilerplate e cookiecutter-django
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 migrateLast updated
Was this helpful?