Программное обеспечение и интернет-сервисы
- 1 ответ
- 0 вопросов
1
Вклад в тег
from django.db import connection
def options_general_exists():
tables = connection.introspection.table_names()
if 'yourapp_general' in tables:
return General.objects.filter(id='-1').first()
return None
data = {
'menu': Menu,
'options_general': options_general_exists(),
}
try {
const response = await usersPassportLogin(usersPassportLoginBody, options);
// Успешный ответ обрабатывай как обычно
console.log('Login successful:', response);
} catch (error) {
// Здесь мы проверим, является ли ошибка ValidationError
if ((error as ValidationError).errors) {
const validationError = error as ValidationError;
console.log('Validation Error:', validationError.errors);
} else {
console.log('Unexpected Error:', error);
}
}
mydomain.com: 192.168.1.1
anotherdomain.com: 192.168.1.2
acl_check_mail:
accept condition = ${if eq{$sender_address_domain}{+local_domains}{yes}{no}}
condition = ${if match_ip{$sender_host_address}{lookup{$sender_address_domain}lsearch{/etc/exim/domainips}}{yes}{no}}
message = "Чувак, IP не соответствует домену $sender_address_domain"