---
title: "„How-to” guides"
version: 2.0
locale: pl
source: https://docs.djangoproject.com/pl/2.0/howto/
canonical: https://djangodocs.dev/pl/2.0/howto/
---
# „How-to” guides

Here you’ll find short answers to „How do I….?” types of questions. These
how-to guides don’t cover topics in depth – you’ll find that material in the
[Używanie Django](/pl/2.0/topics/) and the [API Reference](/pl/2.0/ref/). However, these guides will help
you quickly accomplish common tasks.

- [Authentication using `REMOTE_USER`](/pl/2.0/howto/auth-remote-user/)
- [Writing custom `django-admin` commands](/pl/2.0/howto/custom-management-commands/)
- [Writing custom model fields](/pl/2.0/howto/custom-model-fields/)
- [Custom Lookups](/pl/2.0/howto/custom-lookups/)
- [Custom template tags and filters](/pl/2.0/howto/custom-template-tags/)
- [Writing a custom storage system](/pl/2.0/howto/custom-file-storage/)
- [Deploying Django](/pl/2.0/howto/deployment/)
- [Upgrading Django to a newer version](/pl/2.0/howto/upgrade-version/)
- [Error reporting](/pl/2.0/howto/error-reporting/)
- [Providing initial data for models](/pl/2.0/howto/initial-data/)
- [Django on Jython](/pl/2.0/howto/jython/)
- [Integrating Django with a legacy database](/pl/2.0/howto/legacy-databases/)
- [Outputting CSV with Django](/pl/2.0/howto/outputting-csv/)
- [Outputting PDFs with Django](/pl/2.0/howto/outputting-pdf/)
- [Overriding templates](/pl/2.0/howto/overriding-templates/)
- [Managing static files (e.g. images, JavaScript, CSS)](/pl/2.0/howto/static-files/)
- [Deploying static files](/pl/2.0/howto/static-files/deployment/)
- [How to install Django on Windows](/pl/2.0/howto/windows/)
- [Writing database migrations](/pl/2.0/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.
