Skip to content
Snippets Groups Projects
Commit 1aad8b0b authored by Sylvain Le Bon's avatar Sylvain Le Bon
Browse files

update: User fields should be defined per application

parent 8d068ef0
Loading
from django.conf import settings from django.conf import settings
from django.db import models from django.db import models
from django.contrib.auth.models import User
User._meta.serializer_fields = ('username','first_name','last_name')
class LDPSource(models.Model): class LDPSource(models.Model):
container = models.URLField() container = models.URLField()
......
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