I have the following view:
### VIEW ### def project(request, project_id): creator_id = request.user.id # Get project project = get_object_or_404