Skip to content
Snippets Groups Projects
Commit 77514e87 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'patch-3' into 'master'

bugfix: fix polls models.py users

See merge request !8
parents 6a4a500d d59de1ae
No related branches found
No related tags found
1 merge request!8bugfix: fix polls models.py users
Pipeline #6923 passed
from django.conf import settings
from django.db import models
from djangoldp.models import Model
from django.contrib.auth import get_user_model
from django.db.models import Sum
from djangoldp_conversation.models import Conversation
from djangoldp_circle.models import Circle
User = get_user_model()
User = settings.AUTH_USER_MODEL
User.name=User.get_full_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment