The Django admin site makes use of a really cool widget:

How can I make use of this widget in my own applications? I don't see anything like that listed here.
|
1
|
The Django admin site makes use of a really cool widget:
How can I make use of this widget in my own applications? I don't see anything like that listed here.
|
||
|
|
|
|
From the docs:
In this case, you want the
Make sure to include the forms |
||||||||||
|