Changeset View
Changeset View
Standalone View
Standalone View
swh/web/settings/tests.py
| Show First 20 Lines • Show All 90 Lines • ▼ Show 20 Lines | swh_web_config.update( | ||||
| "swh.web.badges", | "swh.web.badges", | ||||
| "swh.web.banners", | "swh.web.banners", | ||||
| "swh.web.deposit", | "swh.web.deposit", | ||||
| "swh.web.inbound_email", | "swh.web.inbound_email", | ||||
| "swh.web.jslicenses", | "swh.web.jslicenses", | ||||
| "swh.web.mailmap", | "swh.web.mailmap", | ||||
| "swh.web.metrics", | "swh.web.metrics", | ||||
| "swh.web.save_code_now", | "swh.web.save_code_now", | ||||
| "swh.web.save_origin_webhooks", | |||||
| "swh.web.vault", | "swh.web.vault", | ||||
| ], | ], | ||||
| } | } | ||||
| ) | ) | ||||
| from .common import * # noqa | from .common import * # noqa | ||||
| ▲ Show 20 Lines • Show All 58 Lines • Show Last 20 Lines | |||||