fix install bug

pull/26/head
ibuler 2015-12-18 17:56:00 +08:00
parent 655bfc855e
commit c56c44f8c0
2 changed files with 1 additions and 2 deletions

View File

@ -207,7 +207,6 @@ class PreSetup(object):
self._input_mysql()
self._input_smtp()
self.write_conf()
os.chdir(jms_dir)
os.system('python %s' % os.path.join(jms_dir, 'install/next.py'))

View File

@ -15,7 +15,7 @@ if django.get_version() != '1.6':
setup = django.setup()
from juser.user_api import db_add_user, server_add_user
from connect import color_print
from install import color_print
class Setup(object):