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
e867662996
kpsul
/
bds
/
admin.py
5 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
Set the new structure of gestioCOF - `cof` is renamed `gestioCOF` - `gestioncof` become `cof` (yes it looks pretty stupid but it is not) - `bds` is created
2017-02-09 21:04:32 +01:00
from
django
.
contrib
import
admin
small fixes + migration enable admin interface for bds
2017-02-11 20:36:16 +01:00
from
.
models
import
BdsProfile
Set the new structure of gestioCOF - `cof` is renamed `gestioCOF` - `gestioncof` become `cof` (yes it looks pretty stupid but it is not) - `bds` is created
2017-02-09 21:04:32 +01:00
small fixes + migration enable admin interface for bds
2017-02-11 20:36:16 +01:00
admin
.
site
.
register
(
BdsProfile
)
Copy permalink