Complete Django Courses Contents
What is Django?
Django is a web development Python framework that assists in building and maintaining quality web applications. Django helps eliminate repetitive tasks making the development process an easy and time saving experience. This tutorial gives a complete understanding of Django.
Python's elegant syntax and dynamic typing together with its interpreted nature makes it an ideal language for scripting and rapid application development in many areas on most platforms.Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are accessible in source or binary form without charge for all key platforms and can be freely distributed. Learning Python does not need any pre- requisites. However one should have the basic understanding of computer programming languages. A basic understanding of any of the programming languages is an advantage.
Django - Basics Django - Overview Django - Environment Django - Creating a Project Django - Apps Life Cycle Django - Admin Interface Django - Creating Views Django - URL Mapping Django - Template System Django - Models Django - Page Redirection Django - Sending E-mails Django - Generic Views Django - Form Processing Django - File Uploading Django - Apache Setup Django - Cookies Handling Django - Sessions Django - Caching Django - Comments Django - RSS Django - AJAX