Skip to content

Visual IDE designed in Python to work with Django framework based projects. https://django-visual.herokuapp.com Please watch short video about IDE:

License

Notifications You must be signed in to change notification settings

vsergeyev/django-visual

Repository files navigation

Visual Django

Inspired by Borland Delphi.

Visual tools to work with Django projects (https://www.djangoproject.com)

IDE

IDE offers capabilities and visual tools for:

  • New Project Templates

    • Empty project
    • Blog project
    • Content Web Site
    • 1-Page Application
  • Project Navigator

    • Django Project properties (settings)
    • Applications editor
    • URLs designer
  • Models Designer

    • App -> Models View & Edit
    • Human UI for Model fields with help
  • View -> Template Visual Editor

    • like TForm in Delphi
    • Queries editor for view
    • Output variables (what View returns)
    • Template visual editor (inputs, sections - header, detail, list, footer)
  • Database Viewer

  • Package Visual Django as an executable with PyInstaller https://github.com/pyinstaller/pyinstaller/wiki/Recipe-Executable-From-Django

Hints

  • Explore project files in Project Navigator
  • Look on project's Applications
  • Database by default is SQLITE3
  • Run project with green button

Have a question?

Email me: vova.sergeyev@gmail.com

Create issue on Github

Thank you!