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

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

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