Repository URL to install this package:
|
Version:
1.3.3 ▾
|
from ..models import NOTICE_MEDIA
def get_backend_id(backend_name):
for bid, bname in NOTICE_MEDIA:
if bname == backend_name:
return bid
return None