Can the allowed_hosts in django settings not be set, and what will be the impact?

rttttttttttttttt

Mar.18,2021

is mainly for security, allowing only (hosts) access to the domain name you set.
if you don't add it, or set it to "*", it's possible that someone can point the resolution of a domain name to your server and access it.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ded4-2c3e9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ded4-2c3e9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?