mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
16 lines
287 B
Markdown
16 lines
287 B
Markdown
Generated from import_views.py on 2023-04-12 10:09:44.563425
|
|
|
|
# peeringdb_server.import_views
|
|
|
|
Define IX-F import preview, review and post-mortem views.
|
|
|
|
# Functions
|
|
---
|
|
|
|
## enable_basic_auth
|
|
`def enable_basic_auth(fn)`
|
|
|
|
A simple decorator to enable basic auth for a specific view.
|
|
|
|
---
|