#13792: Proposal - Refresh Django shell when code is changed (and saved)
-------------------------------------+-------------------------------------
     Reporter:  putsin               |                    Owner:  nobody
         Type:  Uncategorized        |                   Status:  closed
    Component:  Core (Management     |                  Version:  1.2
  commands)                          |               Resolution:  wontfix
     Severity:  Normal               |             Triage Stage:
     Keywords:  shell                |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by deepak.iit@…):

 * ui_ux:   => 0
 * type:   => Uncategorized
 * severity:   => Normal
 * easy:   => 0


Comment:

 A reload can be done with the following options:
 1. Rerun all the commands from the last reload() (import again and run all
 the lines of commands)
 2. Wipe out current data, reimport all the modules.

 Option 2 is good enough most of the time.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/13792#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to