Opened 16 years ago
Closed 16 years ago
#12824 closed (duplicate)
Add --gui option to ./manage.py shell
| Reported by: | Sebastian Noack | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Other) | Version: | |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I have written a patch that adds the option --gui to the shell management command. It will tell django to use IPythonX if Ipython and wxwidgets are installed.
Attachments (1)
Change History (2)
by , 16 years ago
| Attachment: | IPythonX.patch added |
|---|
comment:1 by , 16 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'll close this as a duplicate of #11542, which calls for generic configurability of the shell that is invoked.