mirror of
https://github.com/pretix/pretix.git
synced 2025-12-09 00:42:28 +00:00
Allows organizers to test their shop as if it were a different date and time. Implemented using a time_machine_now() function which is used instead of regular now(), which can overlay the real date time with a value from a ContextVar, assigned from a session value in EventMiddleware. For more information, see doc/development/implementation/timemachine.rst --------- Co-authored-by: Richard Schreiber <schreiber@rami.io> Co-authored-by: Raphael Michel <michel@rami.io>
23 lines
455 B
ReStructuredText
23 lines
455 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
|
|
locking
|
|
timemachine
|