Posts by Antoniazzi • 168 points
2 posts
- 
		2 votes3 answers1776 viewsA: Get user logged in to Django globallyIt does not solve your problem if in the views you use the request.user when you’re making the wishes? 
- 
		3 votes1 answer171 viewsQ: GIT - Isolate new Feature from the master branch in a new branch and reset the master branch.I created a new Feature in the master branch and would like to isolate it in a new branch. Also, after creating the new branch, I’d like to reset my local master branch to the remote master branch.…