Inspired by Borland Delphi.
Visual tools to work with Django projects (https://www.djangoproject.com)
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
- Explore project files in Project Navigator
- Look on project's Applications
- Database by default is SQLITE3
- Run project with green button
Email me: [email protected]
Create issue on Github