Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
ac185296
Commit
ac185296
authored
Dec 24, 2013
by
Jean Michel Rouly
Browse files
Registered RegisteredUser model with admin.
parent
cf0d179e
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/admin.py
View file @
ac185296
from
django.contrib
import
admin
from
go.models
import
URL
from
go.models
import
URL
,
RegisteredUser
# Register your models here.
admin
.
site
.
register
(
URL
)
admin
.
site
.
register
(
RegisteredUser
)
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