1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
peeringdb-peeringdb/docs/dev/modules/db_router.py.md
Matt Griswold e2619a001f Support 202201 (#1111)
* remove survey notifications

* substantially rate limit unauthenticated /api/ queries to encourage authenticated queries #853

* move api throttle class configuration to settings (#853)

* #722 with a more generic validation approach

* Add organisations and registered users to "Global System Statistics" in footer #620

* poetry relock

* linting

* regen docs

* fix test data

Co-authored-by: Stefan Pratter <stefan@20c.com>
Co-authored-by: David Poarch <dpoarch@20c.com>
2022-02-08 13:14:27 -06:00

482 B

Generated from db_router.py on 2022-02-07 09:42:46.413503

peeringdb_server.db_router

Custom django database routers.

Split read and write database connections if needed.

Classes


DatabaseRouter

DatabaseRouter(builtins.object)

A very basic database router that routes to a different read and write db.

TestRouter

TestRouter(peeringdb_server.db_router.DatabaseRouter)

A very basic database router that routes to a different read and write db.