django-console icon indicating copy to clipboard operation
django-console copied to clipboard

bash console in the browser for lazy django devops

Results 3 django-console issues
Sort by recently updated
recently updated
newest added

Hello, I'd like to use this feature on my django project but it seems to have some issues when i add it on django 3.1. the current release on this...

``` File "/home/fedora/env3/lib/python3.6/site-packages/django-console/admin.py", line 1, in from django.conf.urls import patterns ImportError: cannot import name 'patterns' ``` https://stackoverflow.com/a/38799716 ``` As of Django 1.10, the patterns module has been removed (it had...