Want to learn more about Django? Here are some great resources
ConFoo presentation and code snippets
- Available from OneDrive
Online learning
- Developing websites using Python and Django An introduction to Django. This course assume you already have a basic knowledge of web development and Python but no experience using Django
- Django in the real world This course introduces you to the Django administration and form template features
Django and Python references
- Django Models
- Migrating Django Models
- Using your Model
- Django official site
- Python official site
- Python Developer Center
- Azure for development
Useful tools
- Visual Studio Community Visual Studio Community is a free version of Visual Studio that supports Python development when you use Python Tools for Visual Studio
- Python Tools for Visual Studio A free open source add-on for Visual Studio that allows you to code Python solutions in Visual Studio.
- SQLLite Browser Client tool to browse and query SQLLite databases