On 09/15/2015 12:44 PM, Dan Davis wrote: > I'm wondering how I would get python to run an interactive shell similar > to what I'd get from running ./manage.py shell.
Why not just run `./manage.py shell`? In general, `DJANGO_SETTINGS_MODULE=myproject.settings python` is effectively equivalent to `./manage.py shell` (except for the latter will use IPython by default if installed). Carl -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/55F867F0.7070005%40oddbird.net. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: OpenPGP digital signature

