mirror of
https://github.com/pretix/pretix.git
synced 2025-12-10 01:12:28 +00:00
* Remove is_superuser everywhere * Session handling * List of sessions, relative timeout * Absolute timeout * Optionally pseudo-force audit comments * Fix failing tests * Add tests * Add docs * Rebsae migration * Typos * Fix tests
21 lines
429 B
ReStructuredText
21 lines
429 B
ReStructuredText
Implementation and Utilities
|
|
============================
|
|
|
|
This chapter describes the various inner workings that power pretix, most of them living in ``pretix.base``.
|
|
If you want to develop around pretix's core or advanced plugins, this aims to describe everything you absolutely
|
|
need to know.
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
models
|
|
urlconfig
|
|
i18n
|
|
settings
|
|
background
|
|
email
|
|
permissions
|
|
logging
|