forked from uncloud/uncloud
++cleanup
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
033b1e846a
commit
028fd6789f
37 changed files with 783 additions and 420 deletions
4
uncloud/uncloud_net/models.py
Normal file
4
uncloud/uncloud_net/models.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from django.db import models
|
||||
|
||||
class MACAdress(models.Model):
|
||||
prefix = 0x420000000000
|
||||
Loading…
Add table
Add a link
Reference in a new issue