1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

upgrading environment

This commit is contained in:
Adolfo Gómez García 2019-02-12 11:26:04 +01:00
parent 581b13e70e
commit d523ae6001
4 changed files with 21 additions and 24 deletions

View File

@ -23,7 +23,6 @@
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.python.pydev.django.djangoNature</nature> <nature>org.python.pydev.django.djangoNature</nature>
<nature>net.vtst.ow.eclipse.js.closure.closureNature</nature>
<nature>org.python.pydev.pythonNature</nature> <nature>org.python.pydev.pythonNature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature> <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures> </natures>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project> <?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">python3.5</pydev_property> <pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">uds 3.0</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property> <pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
<pydev_variables_property name="org.python.pydev.PROJECT_VARIABLE_SUBSTITUTION"> <pydev_variables_property name="org.python.pydev.PROJECT_VARIABLE_SUBSTITUTION">
<key>DJANGO_MANAGE_LOCATION</key> <key>DJANGO_MANAGE_LOCATION</key>

View File

@ -1,22 +1,21 @@
Django~>2.1.2 Django
django-compressor==2.2 bitarray
bitarray==0.8.1 html5lib
html5lib==1.0.1 six
six==1.11.0 dnspython
dnspython==1.15.0 lxml
lxml==3.6.0 ovirt-engine-sdk-python
ovirt-engine-sdk-python==4.1.7 pycurl
pycurl==7.43.0 matplotlib
matplotlib==2.1.2 pyOpenSSL
pyOpenSSL==17.5.0 mysqlclient
mysqlclient==1.3.12 python-ldap
python-ldap==3.0.0b4 paramiko
paramiko==2.4.2 defusedxml
defusedxml==0.5.0 python-dateutil
python-dateutil==2.6.1 requests
requests==2.20.0 XenAPI
XenAPI==1.2 WeasyPrint
WeasyPrint==0.42.2 webencodings
webencodings==0.5.1 xml-marshaller
xml-marshaller==0.9.7
pycrypto>=2.6.1 pycrypto>=2.6.1

View File

@ -113,7 +113,6 @@ STATICFILES_DIRS = (
STATICFILES_FINDERS = ( STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'compressor.finders.CompressorFinder',
# 'django.contrib.staticfiles.finders.DefaultStorageFinder', # 'django.contrib.staticfiles.finders.DefaultStorageFinder',
) )