Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
ea37374e
Commit
ea37374e
authored
Apr 20, 2015
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
django 1.6
parent
a203b89a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
connect.py
connect.py
+1
-1
AddUserAsset.py
docs/AddUserAsset.py
+1
-1
install.py
docs/install.py
+1
-1
requirements.txt
docs/requirements.txt
+6
-6
settings.py
jumpserver/settings.py
+1
-1
log_handler.py
log_handler.py
+1
-1
nohup.out
nohup.out
+0
-0
ssh.py
ssh.py
+0
-0
No files found.
connect.py
View file @
ea37374e
...
...
@@ -24,7 +24,7 @@ from multiprocessing import Pool
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'jumpserver.settings'
django
.
setup
()
#
django.setup()
from
juser.models
import
User
from
jlog.models
import
Log
...
...
docs/AddUserAsset.py
View file @
ea37374e
...
...
@@ -7,7 +7,7 @@ import datetime
sys
.
path
.
append
(
'../'
)
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'jumpserver.settings'
django
.
setup
()
#
django.setup()
from
juser.views
import
db_add_user
,
md5_crypt
,
CRYPTOR
,
db_add_group
...
...
docs/install.py
View file @
ea37374e
...
...
@@ -7,7 +7,7 @@ import datetime
sys
.
path
.
append
(
'../'
)
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'jumpserver.settings'
django
.
setup
()
#
django.setup()
from
juser.views
import
db_add_user
,
md5_crypt
,
CRYPTOR
,
db_add_group
...
...
docs/require.txt
→
docs/require
ments
.txt
View file @
ea37374e
pexpect==3.3
sphinx-me==0.3
sphinx-me
django==1.6
python-ldap
==2.4.18
paramiko
==1.15.1
pycrypto
==2.6.1
python-ldap
paramiko
pycrypto
ecdsa>=0.11
MySQL-python
==1.2.5
MySQL-python
readline
django-uuidfield
psutil
\ No newline at end of file
jumpserver/settings.py
View file @
ea37374e
...
...
@@ -66,7 +66,7 @@ MIDDLEWARE_CLASSES = (
'django.middleware.common.CommonMiddleware'
,
#'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware'
,
'django.contrib.auth.middleware.SessionAuthenticationMiddleware'
,
#
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware'
,
'django.middleware.clickjacking.XFrameOptionsMiddleware'
,
)
...
...
log_handler.py
View file @
ea37374e
...
...
@@ -10,7 +10,7 @@ from datetime import datetime
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'jumpserver.settings'
import
django
django
.
setup
()
#
django.setup()
from
jlog.models
import
Log
...
...
nohup.out
deleted
100644 → 0
View file @
a203b89a
This diff is collapsed.
Click to expand it.
ssh.py
deleted
100644 → 0
View file @
a203b89a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment