This website requires JavaScript.
Explore
Help
Sign In
beba
/
eva
Watch
2
Star
1
Fork
You've already forked eva
1
Code
Issues
Pull Requests
Releases
Wiki
Activity
51b760404a
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
,
]
)