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

Merge branch 'patch-3' into 'master'

bugfix: Update models.py

See merge request !9
parents 77514e87 ce32f06c
No related branches found
Tags v0.0.6
1 merge request!9bugfix: Update models.py
Pipeline #6924 passed
......@@ -2,14 +2,13 @@ from django.conf import settings
from django.db import models
from djangoldp.models import Model
from django.db.models import Sum
from django.contrib.auth import get_user_model
from djangoldp_conversation.models import Conversation
from djangoldp_circle.models import Circle
User = settings.AUTH_USER_MODEL
User.name=User.get_full_name
# 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