This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
732639a15a
django
/
polls
/
admin.py
5 lines
93 B
Python
Raw
Blame
History
from
django
.
contrib
import
admin
from
.
models
import
Question
admin
.
site
.
register
(
Question
)
Reference in New Issue
View Git Blame
Copy Permalink