Posts by Welder • 1 point
2 posts
-
0
votes0
answers71
viewsQ: doubt about git in fetch and push
In the local project directory start git version control: git init Enter all project files into git version control: git add . Commit to the project: git commit -m "brief description of the commit"…
-
0
votes0
answers51
viewsQ: python - error in parameters
I did the initial procedure I saw in a forum, give name to the app, but did not solve, returns that I passed 3 parameters and is waiting for two. from django.urls.conf import include from…