This website requires JavaScript.
Explore
Help
Sign In
chol
/
eva
forked from
tohe/eva
Watch
1
Star
0
Fork
You've already forked eva
0
Code
Pull Requests
Activity
707ce532b6
eva
/
evapp
/
admin.py
7 lines
140 B
Python
Raw
Normal View
History
Unescape
Escape
just app initialising
2020-12-23 10:42:57 +00:00
from
django
.
contrib
import
admin
basic form workflow added
2021-01-05 13:10:28 +00:00
from
.
models
import
Employee
just app initialising
2020-12-23 10:42:57 +00:00
basic form workflow added
2021-01-05 13:10:28 +00:00
admin
.
site
.
register
(
[
Employee
,
]
)