Make this the current app for this thread.
(self)
| 446 | self._preconf_set_by_auto.add(key) |
| 447 | |
| 448 | def set_current(self): |
| 449 | """Make this the current app for this thread.""" |
| 450 | _set_current_app(self) |
| 451 | |
| 452 | def set_default(self): |
| 453 | """Make this the default app for all threads.""" |