---
title: "Using Django"
version: 1.10
locale: el
source: https://docs.djangoproject.com/el/1.10/topics/
canonical: https://djangodocs.dev/el/1.10/topics/
---
# Using Django

Introductions to all the key parts of Django you’ll need to know:

- [How to install Django](/el/1.10/topics/install/)
- [Models and databases](/el/1.10/topics/db/)
- [Handling HTTP requests](/el/1.10/topics/http/)
- [Working with forms](/el/1.10/topics/forms/)
- [Templates](/el/1.10/topics/templates/)
- [Class-based views](/el/1.10/topics/class-based-views/)
- [Migrations](/el/1.10/topics/migrations/)
- [Managing files](/el/1.10/topics/files/)
- [Testing in Django](/el/1.10/topics/testing/)
- [User authentication in Django](/el/1.10/topics/auth/)
- [Django’s cache framework](/el/1.10/topics/cache/)
- [Conditional View Processing](/el/1.10/topics/conditional-view-processing/)
- [Cryptographic signing](/el/1.10/topics/signing/)
- [Sending email](/el/1.10/topics/email/)
- [Internationalization and localization](/el/1.10/topics/i18n/)
- [Logging](/el/1.10/topics/logging/)
- [Pagination](/el/1.10/topics/pagination/)
- [Porting to Python 3](/el/1.10/topics/python3/)
- [Security in Django](/el/1.10/topics/security/)
- [Performance and optimization](/el/1.10/topics/performance/)
- [Serializing Django objects](/el/1.10/topics/serialization/)
- [Django settings](/el/1.10/topics/settings/)
- [Signals](/el/1.10/topics/signals/)
- [System check framework](/el/1.10/topics/checks/)
- [External packages](/el/1.10/topics/external-packages/)
