Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
282d9cd1
Commit
282d9cd1
authored
Jul 05, 2017
by
Skia
🤘
Browse files
trombi: add TrombiUser to admin
Signed-off-by:
Skia
<
skia@libskia.so
>
parent
15a9eff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
trombi/admin.py
View file @
282d9cd1
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
from
django.contrib
import
admin
from
django.contrib
import
admin
from
trombi.models
import
Trombi
from
trombi.models
import
Trombi
,
TrombiUser
admin
.
site
.
register
(
Trombi
)
admin
.
site
.
register
(
Trombi
)
admin
.
site
.
register
(
TrombiUser
)
Write
Preview
Supports
Markdown
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