File: index.rst

package info (click to toggle)
python-django-ratelimit 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 892; makefile: 134; sh: 49
file content (21 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. _cookbook:

========
Cookbook
========

This section includes suggestions for common patterns that don't make
sense to include in the main library because they depend on too many
specific about consuming applications. These solutions may be close to
copy-pastable, but in generally they are more directional and are
provided under the same license as all other code in this repository.


Recipes
=======

.. toctree::
   :maxdepth: 1

   429
   per-user