Latest

All the resources in the Guide, starting with most recent.

Overview of the IDE Feature Trainer

Part of tutorial

Overview of the IDE Feature Trainer
The IDE Feature Trainer is a bundled plugin that's available within IntelliJ IDEA and other IDEs including PyCharm, RubyMine, AppCode, and GoLand.
Modules and Lessons

Part of tutorial

Modules and Lessons
Lessons will help you to associate actions and keyboard shortcuts with functionality in the IDE.
Unit Tests

Part of tutorial

Unit Tests
Writing and running unit tests in Django.
Setting up VPC and RDS in AWS

Part of tutorial

Setting up VPC and RDS in AWS
Setup VPC, Subnets, Route Tables, Internet Gateway and Relational Database.
Setup Ubuntu Desktop in AWS using NICE DCV

Part of tutorial

Setup Ubuntu Desktop in AWS using NICE DCV
Configure security group and launch a new instance.
Setup AWS RDS in PyCharm

Part of tutorial

Setup AWS RDS in PyCharm
Connect Postgres with our Django Application.
Creating a new Django Project in PyCharm

Part of tutorial

Creating a new Django Project in PyCharm
Create a virtual environment and install Python dependencies.
Integrating Sentry Application Monitoring

Part of tutorial

Integrating Sentry Application Monitoring
Track errors & monitor performance in all major languages & frameworks with Sentry.
Implementing Rest APIs

Part of tutorial

Implementing Rest APIs
Writing CRUD (Create, Read, Update, Delete) in Django Rest Framework.
Secure REST APIs with JWT

Part of tutorial

Secure REST APIs with JWT
Using Simple JWT authentication plugin for the Django REST Framework.
Exploring Project Structure & Creating Django App

Part of tutorial

Exploring Project Structure & Creating Django App
Create a new app, define models, and explore the project's structure.
Introduction

Part of tutorial

Introduction
Introducing Django, a high-level python web framework.