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: adf22b330c63a292c9b75f51b6b16452aab74dd9 (
plain
)
1
2
3
4
5
from django.contrib import admin from ..models.foo import Foo admin.site.register(Foo)