mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Get MAC OUI from settings.py
This commit is contained in:
parent
58e215f755
commit
5a211c0c56
3 changed files with 11 additions and 5 deletions
|
@ -15,6 +15,8 @@ SECRET_KEY = ""
|
|||
|
||||
DEBUG = False
|
||||
|
||||
MAC_OUI = '52:54:10'
|
||||
|
||||
ALLOWED_HOSTS = ["*"]
|
||||
|
||||
CSRF_TRUSTED_ORIGINS = ['http://localhost',]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue