This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
gestioCOF
Watch
16
Star
2
Fork
You've already forked gestioCOF
1
Code
Issues
78
Pull requests
14
Projects
Releases
12
Packages
Wiki
Activity
9787770fc6
gestioCOF
/
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
)
Reference in a new issue
Copy permalink