-
- Downloads
Move throttling module from swh.web.common to swh.web.api
Throttling requests is related to Django REST Framework and is only used in the api part of swh-web. So move associated module from common submodule to api one for consistency.
parent
22ad4b89
No related branches found
No related tags found
Showing
- docs/developers-info.rst 2 additions, 2 deletionsdocs/developers-info.rst
- swh/web/api/apiurls.py 1 addition, 1 deletionswh/web/api/apiurls.py
- swh/web/api/throttling.py 0 additions, 0 deletionsswh/web/api/throttling.py
- swh/web/misc/origin_save.py 1 addition, 1 deletionswh/web/misc/origin_save.py
- swh/web/settings/common.py 1 addition, 1 deletionswh/web/settings/common.py
- swh/web/tests/api/test_throttling.py 1 addition, 1 deletionswh/web/tests/api/test_throttling.py
Loading
Please register or sign in to comment