This repository contains practice projects and examples related to Django, a high-level Python web framework. I am practicing and will be adding more over time.
- Django Models: Examples of working with Django's ORM and database models.
- Views and URLs: Setting up Django views and routing.
- Templates: Usage of Django templates for dynamic HTML rendering.
- Admin Interface: Examples of customizing Django's admin interface.
- Forms and Validation: Handling user input using Django forms.
- Authentication: Example projects with Django's user authentication system.
- REST API: Building simple RESTful APIs using Django REST framework.
I am practicing and will add more features as I continue to learn.