Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9341780
mailmap.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
638 B
Subscribers
None
mailmap.py
View Options
# Copyright (C) 2022 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU Affero General Public License version 3, or any later version
# See top-level LICENSE file for more information
from
django.contrib.auth.decorators
import
permission_required
from
django.shortcuts
import
render
from
swh.web.admin.adminurls
import
admin_route
from
swh.web.auth.utils
import
MAILMAP_ADMIN_PERMISSION
@admin_route
(
r"mailmap/"
,
view_name
=
"admin-mailmap"
)
@permission_required
(
MAILMAP_ADMIN_PERMISSION
)
def
_admin_mailmap
(
request
):
return
render
(
request
,
"admin/mailmap.html"
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Fri, Jul 4, 12:18 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3309535
Attached To
R65 Staging repository
Event Timeline
Log In to Comment