Gedit Django Project is my new plugin for Gedit 3 which adds some GUI interfaces to the Django CLI project management commands (django-admin.py and manage.py).
Features
- Create new projects (manage.py startproject) and apps (manage.py startapp).
- Supports most of the django-admin.py and manage.py commands.
- Run the Django development server (manage.py runserver) in a dedicated bottom panel.
- Run the interactive Python interpreter (manage.py shell) in a dedicated bottom panel.
- Run the interactive database shell (manage.py dbshell) in a dedicated bottom panel.
- Management commands which produce usable output such as dumpdata, sql, inspectdb can optionally be loaded into a new Gedit document.
- Select appropriate apps from a GUI list of available apps for management commands which take a list of apps as parameters.



