This guide shows how to set up a Django project using IntelliJ IDEA Ultimate and Python from . Python is required to run in the background to facilitate Django.
To start double click on the desktop (any university PC) and search for IntelliJ IDEA Ultimate.
Launch the app and it will also install Python as a dependency.
IntelliJ will auto run, and you will be presented with the IntelliJ Welcome screen.
Click on Plugins.
Select Marketplace at the top and search for Python then click ‘Install’.
Click ‘Restart IDE’.
When the app has restarted click on ‘New Project’ and now Django will be available.
To save the project to your OneDrive navigate to:
Location: C:\Users\Username\OneDrive - Â鶹´«Ã½ of Sussex\Documents.
You should now have a Django project ready to go.
When the project is being built by Django you may have to wait until finished.
Check in the bottom right of the window.
Please suggest an improvement
(login needed, link opens in new window)
Your views are welcome and will help other readers of this page.
This is question number 2969, which appears in the following categories: