Try Django 1.10 screenshot

Try Django 1.10

Updated: 14 Mar 2017
104 Stars

Try Django 1.10 is an introduction to Django version 1.10 by creating a URL shortening service. This series covers a variety of Django basics as well as Django 1.10 specific material. Created by Team CFE @ http://joincfe.com.

Categories

Overview

If you’re looking to dive into Django, especially version 1.10, the “Try Django 1.10” series offers an excellent hands-on approach by guiding you through the process of creating a URL shortening service. This tutorial is designed not only to teach the fundamentals of Django but also to cover specific features and improvements introduced in version 1.10. By the end of the series, you’ll have a functional project that you can build upon, making it a perfect resource for both beginners and those looking to refresh their skills.

The course is structured in a way that each video builds upon the previous one, providing a clear path to understanding both the basics and advanced features of Django. You’ll learn practical skills as you navigate through model creation, form handling, and even deployment on Heroku. This series is particularly beneficial for those interested in web development and looking to efficiently manage URLs.

Features

  • Comprehensive Learning: Covers both Django basics and version 1.10 specific material, ensuring a well-rounded understanding.
  • Hands-on Project: Focuses on building a URL shortening service, providing practical experience with real-world applications.
  • Structured Lessons: Each video builds on the last, allowing for progressive learning without overwhelming beginners.
  • Advanced Techniques: Explains complex topics like dynamic shortcode generation and custom management commands.
  • Django Forms and Validation: Teaches how to handle forms and implement custom validators to enhance user input handling.
  • Deployment Guidance: Offers tips on deploying your project live using Heroku, facilitating a smooth transition from development to production.
  • Analytics Integration: Includes lessons on integrating an analytics app, enabling users to track URL performance effectively.
  • Responsive Design: Guidance on integrating Bootstrap ensures that your application is visually appealing and responsive.