Commit ae4f5bfb authored by mazx-test's avatar mazx-test

git.inspur.com

parent 0fd3ab2c
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="e3b22d69-4e8f-4a58-9467-81fee667c148" name="Default Changelist" comment="" />
<list default="true" id="e3b22d69-4e8f-4a58-9467-81fee667c148" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
......@@ -15,7 +20,11 @@
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectId" id="2Vh3SxnxoMomatNvH6vmOrwsfFh" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showExcludedFiles" value="true" />
......@@ -23,6 +32,7 @@
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
</component>
......@@ -85,13 +95,25 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1695274487617</updated>
<workItem from="1695274519054" duration="15527000" />
<workItem from="1695274519054" duration="17184000" />
</task>
<task id="LOCAL-00001" summary="requirements.txt">
<created>1695304515976</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1695304515976</updated>
</task>
<option name="localTasksCounter" value="2" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="requirements.txt" />
<option name="LAST_COMMIT_MESSAGE" value="requirements.txt" />
</component>
<component name="WindowStateProjectService">
<state x="552" y="183" key="#Notifications" timestamp="1695276511020">
<screen x="0" y="0" width="1920" height="1050" />
......@@ -101,6 +123,10 @@
<screen x="0" y="0" width="1920" height="1050" />
</state>
<state x="705" y="327" key="#com.intellij.fileTypes.FileTypeChooser/0.0.1920.1050@0.0.1920.1050" timestamp="1695274606399" />
<state x="560" y="116" key="CommitChangelistDialog2" timestamp="1695304365693">
<screen x="0" y="0" width="1920" height="1050" />
</state>
<state x="560" y="116" key="CommitChangelistDialog2/0.0.1920.1050@0.0.1920.1050" timestamp="1695304365693" />
<state width="1877" height="379" key="GridCell.Tab.0.bottom" timestamp="1695302412542">
<screen x="0" y="0" width="1920" height="1050" />
</state>
......@@ -121,6 +147,10 @@
<screen x="0" y="0" width="1920" height="1050" />
</state>
<state x="461" y="167" key="SettingsEditor/0.0.1920.1050@0.0.1920.1050" timestamp="1695282657228" />
<state x="552" y="258" key="Vcs.Push.Dialog.v2" timestamp="1695304518463">
<screen x="0" y="0" width="1920" height="1050" />
</state>
<state x="552" y="258" key="Vcs.Push.Dialog.v2/0.0.1920.1050@0.0.1920.1050" timestamp="1695304518463" />
<state x="92" y="92" width="1736" height="866" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1695277350220">
<screen x="0" y="0" width="1920" height="1050" />
</state>
......
......@@ -2,6 +2,7 @@ from db_init import DB_URI
from init import auto_man
from eip_product import eip_bp
def run():
auto_man.config['SQLALCHEMY_DATABASE_URI'] = DB_URI
auto_man.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment