vsergeyev / django-visual

Visual IDE designed in Python to work with Django framework based projects. https://django-visual.herokuapp.com Please watch short video about IDE:
https://youtu.be/cdh6O4T3oMw
Apache License 2.0
33 stars 11 forks source link

Applications panel - edit/remove apps #2

Open vsergeyev opened 5 years ago

vsergeyev commented 5 years ago

Applications panel shows a list of 'INSTALLED_APPS' for project. It has feature to create new application (using Django's internal machinery).

It still lack an ability to edit list of applications, e.g. - check/uncheck django.contrib.* apps, remove user defined apps.