Top
Create New App
Start The Server
Launch Web Browser
Launch Django IDE
When you need to write applications using Django here is a workbench you may find to be helpful. This full featured application performs all the necessary Django function without entering a single command on the command line.
When you create a new project the following dialog appears to collect a family name.
If the family name already exists the following message appears and execution of the creation step ends.
Top
To create a new application select the Start App menu item and the following dialog will appear.
When the user select a project by double clicking on the desired item the following dialog appears.
Click the OK control to accept the application name.
If the application already exists the following dialog will appear.
This application will not allow you to write over and existing project. If the application does not exists then it is created and the user can proceed to utilize the newly generated code.
Top
To start the server for a particular Django project select the Start Server Menu Item.
Select the desired sub folder to indicate the server to start by double clicking on the desirable item.
The server is started and is available at port 8000 (by default).
Top
By selecting the Launch Browser Option the web browser is launched to review the started application.
Top
To invoke the Django IDE select the Launch Django IDE option and the following dialog will appear.
The IDE is started with the file name selected appearing in the editor.
A 32 bit executable program may be downloaded by clicking here.
A 64 bit executable program may be downloaded by clicking here.
The component documentation can be found by clicking here.
The source code may be found by clicking here.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.