index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_scripts
/
complex_app
/
admin
/
foo.py
blob: 09ceba05aa517e046a0b73a6fd758e09ece09ece (
plain
)
1
2
3
4
5
6
from django.contrib import admin from ..models.foo import Foo admin.site.register(Foo)