Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Django LDP
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
20
Issues
20
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Startin blox
djangoldp-packages
Django LDP
Commits
bf297e9b
Verified
Commit
bf297e9b
authored
Sep 12, 2019
by
Jean-Baptiste Pasquier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: migrate user meta to djangoldp-account
parent
b2d44490
Pipeline
#5326
passed with stage
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
djangoldp/models.py
djangoldp/models.py
+0
-4
No files found.
djangoldp/models.py
View file @
bf297e9b
from
django.contrib.auth.models
import
User
from
django.db
import
models
from
django.db.models.base
import
ModelBase
from
django.urls
import
get_resolver
...
...
@@ -7,9 +6,6 @@ from django.utils.decorators import classonlymethod
from
djangoldp.permissions
import
LDPPermissions
User
.
_meta
.
rdf_type
=
"foaf:user"
User
.
_meta
.
owner_field
=
"id"
class
Model
(
models
.
Model
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment