This repository contains a collection of simple projects built using Django. It includes:
- Authentication System: A basic system for user registration, login, and logout.
- Polls App: An application for creating and voting in polls, following the Django documentation.
- Weather App: A web application to fetch and display weather information using the OpenWeather API.
- TODO App: A simple application to manage a list of tasks.