This website requires JavaScript.
Explore
Help
Register
Sign in
cst1
/
kpsul
Watch
1
Star
0
Fork
You've already forked kpsul
0
forked from
DGNum/gestioCOF
Code
Pull requests
Activity
600927b21c
kpsul
/
bds
/
admin.py
6 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
BDSProfile: enable the default admin
2019-10-06 18:48:37 +02:00
from
django
.
contrib
import
admin
from
bds
.
models
import
BDSProfile
admin
.
site
.
register
(
BDSProfile
)
Copy permalink