Bootstrap5 (#17)

* Bootstrap5 migration
This commit is contained in:
catborise
2021-07-07 14:12:38 +03:00
committed by GitHub
parent 1663a49cee
commit 073b7b6717
244 changed files with 9494 additions and 8597 deletions

View File

@@ -181,7 +181,7 @@ def refr(compute):
def get_dhcp_mac_address(vname):
dhcp_file = settings.BASE_DIR + '/dhcpd.conf'
dhcp_file = str(settings.BASE_DIR) + '/dhcpd.conf'
mac = ''
if os.path.isfile(dhcp_file):
with open(dhcp_file, 'r') as f: