Django version requirement, Libxml2->lxml change, account detail validation add, some bugs#156
Conversation
…n.css and js updated. some info added.
lxml package requirement change
|
@catborise @retspen - I've also made some changes and I will explain what. I've uloaded the fixed version in my repo for WebVirtCloud, but you can fix those before merging your code with @retspen repo! Take a look on those! |
|
Thank you! |
|
@retspen - In you merger I can see that you haven't modified the 2 problematic files. Whoever clone the repo will have the same issues as I did. |
|
@Bandic007 sorry bandic, because of holiday i havent see your comment. I think it is now resolved. Thank you. |
Hi retspen,
Thanks for all your efforts. I know you are very busy. I want to help some development for this project.
I am using webvirtmgr for a long time, i appreciate...
I try to use webvirtcloud and it is a great work. But i get some hiccups while installing and using.
libxml2 package cannot find easily anymore. Libxml2 developer create another project which is lxml. (https://lxml.de/3.6/FAQ.html) there are many more change and development about memory management, etc. I convert libxml2 to lxml. It requires some code changes on utils.py and hostdetails.py
Django version. When i try to use django 1.11 there are some changes need to be done with urls especially auth urls. I made them.
There were some problems with admin user and user attributes and its forms. I modify them to make form more strict with validators.(without validation characters make it crash)