---
title: "Przewodniki „Jak to zrobić”"
version: 2.1
locale: pl
source: https://docs.djangoproject.com/pl/2.1/howto/
canonical: https://djangodocs.dev/pl/2.1/howto/
---
# Przewodniki „Jak to zrobić”

Znajdziesz tutaj krótkie odpowiedzi na pytania typu „Jak zrobić…?”. Te przewodniki nie wyczerpują dogłębnie tematów – takie materiały znajdziesz w miejscach [Używanie Django](/pl/2.1/topics/) i [API Reference](/pl/2.1/ref/). Te przewodniki natomiast pomogą ci szybko zrealizować powszechne zadania.

- [Autentykacja przy użyciu `REMOTE_USER`](/pl/2.1/howto/auth-remote-user/)
- [Pisanie własnych komend `django-admin`](/pl/2.1/howto/custom-management-commands/)
- [Writing custom model fields](/pl/2.1/howto/custom-model-fields/)
- [Custom Lookups](/pl/2.1/howto/custom-lookups/)
- [Custom template tags and filters](/pl/2.1/howto/custom-template-tags/)
- [Pisanie niestandardowego systemu pamięci](/pl/2.1/howto/custom-file-storage/)
- [Deploying Django](/pl/2.1/howto/deployment/)
- [Upgrading Django to a newer version](/pl/2.1/howto/upgrade-version/)
- [Zgłaszanie błędów](/pl/2.1/howto/error-reporting/)
- [Providing initial data for models](/pl/2.1/howto/initial-data/)
- [Django na Jythonie](/pl/2.1/howto/jython/)
- [Integrating Django with a legacy database](/pl/2.1/howto/legacy-databases/)
- [Outputting CSV with Django](/pl/2.1/howto/outputting-csv/)
- [Outputting PDFs with Django](/pl/2.1/howto/outputting-pdf/)
- [Overriding templates](/pl/2.1/howto/overriding-templates/)
- [Managing static files (e.g. images, JavaScript, CSS)](/pl/2.1/howto/static-files/)
- [Deploying static files](/pl/2.1/howto/static-files/deployment/)
- [How to install Django on Windows](/pl/2.1/howto/windows/)
- [Writing database migrations](/pl/2.1/howto/writing-migrations/)

> **See also**
>
> The [Django community aggregator](https://www.djangoproject.com/community/), where we aggregate content from the
> global Django community. Many writers in the aggregator write this sort of
> how-to material.
