This website requires JavaScript.
Explore
Help
Sign In
x
/
box-o-sand
Watch
1
Star
0
Fork
0
You've already forked box-o-sand
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a5ce30aeeb
box-o-sand
/
djoy
/
polls
/
admin.py
6 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
Adding polls app while working through django tutorial
2024-09-16 01:26:11 +00:00
from
django
.
contrib
import
admin
Up through tutorial part 3, the first bit
2024-09-16 10:56:04 +00:00
from
.
models
import
Question
admin
.
site
.
register
(
Question
)
Reference in New Issue
Copy Permalink