-
Notifications
You must be signed in to change notification settings - Fork 1
ulope/django-tiledinline
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Just slap this app into your INSTALLED_APPS list in settings.py. To use the TiledInline, use something like the following code: from tiledinline.admin import TiledInline # ... class MyModelInline(TiledInline): model = MyModel # `tiled_by_default` is implicitly True by default. tiled_by_default = True
Releases
No releases published
Packages 0
No packages published