Open sampp opened 6 years ago
in file settings.py
I have changed job
to jobs
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.admin',
#REST framework apps
'rest_framework',
#'rest_framework_swagger',
#my apps
'users',
'interface',
'jobs',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
)
and I changed line 4 of jobs/management/commands/setup.py
to:
from jobs.models import Condition, Status, ParameterType
everything has been done successfully
but theres still a problem with filemanager when I deploy JMS the browser shows these error:
Request Method: | GET
-- | --
http://192.168.26.131:8000/JMS
1.7.1
KeyError
'filemanager'
/srv/JMS/src/filemanager/views.py in <module>, line 24
/srv/JMS/src/venv/bin/python
2.7.6
['/srv/JMS/src', '/srv/JMS/src/venv/lib/python2.7', '/srv/JMS/src/venv/lib/python2.7/plat-i386-linux-gnu', '/srv/JMS/src/venv/lib/python2.7/lib-tk', '/srv/JMS/src/venv/lib/python2.7/lib-old', '/srv/JMS/src/venv/lib/python2.7/lib-dynload', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-i386-linux-gnu', '/usr/lib/python2.7/lib-tk', '/srv/JMS/src/venv/local/lib/python2.7/site-packages', '/srv/JMS/src/venv/lib/python2.7/site-packages']
Fri, 8 Jun 2018 06:56:07 +0430
I don't know how can I fix it
Hi,
We have a fixes for the issues you have encountered on a new branch: 2.x-beta
Please try pulling this branch and follow the instructions in the updated README to install JMS. There are still some known issues when running workflows and the job history page is still being reworked, but other than that you should have a better experience with this branch.
Thanks, David
in JMS installation I always encountered with "job not found"! after installing Torque, NFS, and MySQL in ubuntu I have found in
pip install -r requirements.txt
these packages should be installed:also after successfully downloading all dependencies, I have my
settings.py
as following:after all when I try
python manage.py migrate
these errors stop everything:I have tried in Ubuntu 14.0.4 and CentOS 7 many times, but always I have this problem, may you tell me where is my mistake? Thanks for your help.