mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
remove css urls, add missing socketio requirements, fix cookie import, and rearrange socketiod connetion
This commit is contained in:
parent
d24d6b037d
commit
0680f02240
17 changed files with 13357 additions and 22 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
.vagrant
|
||||
.venv
|
||||
venv
|
||||
venv2
|
||||
.vscode
|
||||
|
@ -13,4 +14,5 @@ dhcpd.*
|
|||
webvirtcloud/settings.py
|
||||
*migrations/*
|
||||
.coverage
|
||||
htmlcov
|
||||
htmlcov
|
||||
*.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue