django1/django/core/management
Ramiro Morales 1f6b2e7a65 Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pythonrc.py`.
Also:

* Added a ``--no-startup`` option to disable this behavior. Previous
  logic to try to execute the code in charge of this funcionality was
  flawed (it only tried to do so if the user asked for ipython/bpython
  and they weren't found)
* Expand ``~`` in PYTHONSTARTUP value.

Thanks hekevintran at gmail dot com  for the report and initial patch.

Refs #3381.
2013-01-24 22:01:47 -03:00
..
commands Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pythonrc.py`. 2013-01-24 22:01:47 -03:00
__init__.py Removed django.core.management.setup_environ and execute_manager. 2012-12-29 21:59:07 +01:00
base.py Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00
color.py Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-) 2010-02-03 00:34:49 +00:00
sql.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
templates.py Fixed #19125 -- The startproject command should validate the name earlier 2013-01-24 09:26:13 +01:00
validation.py Avoided unnecessary recreation of RelatedObjects 2013-01-18 07:09:39 +02:00