Browse Source

删除runcommand目录

pull/2/head
guanghongwei 10 years ago
parent
commit
07ee63f04c
  1. 5
      .idea/encodings.xml
  2. 9
      .idea/jumpserver.iml
  3. 12
      .idea/misc.xml
  4. 9
      .idea/modules.xml
  5. 5
      .idea/scopes/scope_settings.xml
  6. 7
      .idea/vcs.xml
  7. 2
      shell.conf
  8. 0
      webroot/AutoSa/RunCommand/__init__.py
  9. 3
      webroot/AutoSa/RunCommand/admin.py
  10. 12
      webroot/AutoSa/RunCommand/models.py
  11. 2
      webroot/AutoSa/RunCommand/views.py

5
.idea/encodings.xml

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
</project>

9
.idea/jumpserver.iml

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

12
.idea/misc.xml

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 2.7.6 (C:/Python27/python.exe)" project-jdk-type="Python SDK" />
<component name="PyConsoleOptionsProvider">
<option name="myPythonConsoleState">
<console-settings is-module-sdk="true">
<option name="myUseModuleSdk" value="true" />
</console-settings>
</option>
</component>
</project>

9
.idea/modules.xml

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/jumpserver.iml" filepath="$PROJECT_DIR$/.idea/jumpserver.iml" />
</modules>
</component>
</project>

5
.idea/scopes/scope_settings.xml

@ -0,0 +1,5 @@
<component name="DependencyValidationManager">
<state>
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
</state>
</component>

7
.idea/vcs.xml

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

2
shell.conf

@ -2,7 +2,7 @@
host=127.0.0.1
ldapassword=VNLqNCjpNBIetEoCA2h3
domain=dianping
domain=yolu
suffix=com
#host2=172.16.2.74
#host2_port=2001

0
webroot/AutoSa/RunCommand/__init__.py

3
webroot/AutoSa/RunCommand/admin.py

@ -1,3 +0,0 @@
from django.contrib import admin
# Register your models here.

12
webroot/AutoSa/RunCommand/models.py

@ -1,12 +0,0 @@
from django.db import models
class Server(models.Model):
ip = models.CharField(max_length=16)
username = models.CharField(max_length=20)
password = models.CharField(max_length=30)
port = models.IntegerField(max_length=5)
sudo = models.BooleanField()
def __unicode__(self):
return self.ip

2
webroot/AutoSa/RunCommand/views.py

@ -1,2 +0,0 @@
from django.shortcuts import render
Loading…
Cancel
Save