Re: Integrated python shell in browser

2020-12-05 Thread Mariusz Felisiak
There is also https://github.com/djk2/django-admin-shell Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to dj

Re: Integrated python shell in browser

2020-12-04 Thread Adam Johnson
Hi Manav This is the kind of thing that we'd want to see in a third party package before even considering it for core django An existing implementation of a Python shell in the browser for Django exists in the runserver_plus command of django-extensions: https://django-extensions.readthedocs.io/e

Integrated python shell in browser

2020-12-04 Thread Manav Agarwal
Hey everyone, I am Manav and I am contributing to Django for the last few months. I am developing projects using Django for the last 2 years. Currently, I was working on a Django based project and was facing a problem. Sometimes, I had to use the python manage.py shell along with the server runn