You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "Deploy!" step of the pt-br tutorial, two updates are required:
GitHub no longer allows setting the origin using HTTP basic authentication. Instead, you should either generate a personal access token and include it in the URL or use the SSH address.
Add the --python=3.10 flag to the pa_autoconfigure_django.py command. Without this, the wrong Python version may be used, leading to an error.
Language
Portuguese (pt-br)
The text was updated successfully, but these errors were encountered:
Issue description
In the "Deploy!" step of the pt-br tutorial, two updates are required:
GitHub no longer allows setting the origin using HTTP basic authentication. Instead, you should either generate a personal access token and include it in the URL or use the SSH address.
Add the --python=3.10 flag to the pa_autoconfigure_django.py command. Without this, the wrong Python version may be used, leading to an error.
Language
Portuguese (pt-br)
The text was updated successfully, but these errors were encountered: