Django Scaling Tips Go Here.

! raw_id_admin

Set

%%prettify 
{{{
raw_id_admin=True
}}}
/%


flag on the {{ForeignKey}} field - that replaces the “select an object from this select dropdown” widget with a text field that you can enter an integer ID in along with a link that launches a search interface to help you find the ID.

----
[Django | CategoryComputing.Lang.Python.Django] - [Performance | CategoryComputing.Performance]