[Answer]-How to setup DreamPie to mimic Django's "manage.py shell" functionality

1👍

  1. Go to Django project directory
  2. Execute DreamPie there
  3. Then copy and paste manage.py on DreamPie console replacing sys.argv by ['manage.py', 'shell']

Leave a comment