This talk will try to cover the most important techniques and best practices used when creating Django web application. Overview of the topics covered: - development general principles and goals - python/django project initial setup - project layout, git&venv&pip&shell, settings - central project shell command - contains all commands to manage project - "IDE" - editor & shell - edit/run/test cycle - deploy/test-remotely cycle Disclaimer: techniques and practices presented are current AUTHOR'S optimal choice used for usual django project.