WWW service status tracker

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 workspace.xml

View raw Download
text/xml • 3.92 kiB
XML 1.0 document, ASCII text
        
            
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project version="4">
3
<component name="AutoImportSettings">
4
<option name="autoReloadType" value="SELECTIVE" />
5
</component>
6
<component name="ChangeListManager">
7
<list default="true" id="411335b4-e813-41ad-9046-18b77b97ee46" name="Changes" comment="">
8
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
9
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
10
<change afterPath="$PROJECT_DIR$/.idea/itec24.iml" afterDir="false" />
11
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
12
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
13
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
14
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
15
<change afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
16
<change afterPath="$PROJECT_DIR$/static/style.css" afterDir="false" />
17
<change afterPath="$PROJECT_DIR$/templates/dashboard.html" afterDir="false" />
18
<change afterPath="$PROJECT_DIR$/templates/default.html" afterDir="false" />
19
<change afterPath="$PROJECT_DIR$/templates/login.html" afterDir="false" />
20
<change afterPath="$PROJECT_DIR$/templates/signup.html" afterDir="false" />
21
</list>
22
<option name="SHOW_DIALOG" value="false" />
23
<option name="HIGHLIGHT_CONFLICTS" value="true" />
24
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
25
<option name="LAST_RESOLUTION" value="IGNORE" />
26
</component>
27
<component name="FileTemplateManagerImpl">
28
<option name="RECENT_TEMPLATES">
29
<list>
30
<option value="Python Script" />
31
<option value="HTML File" />
32
</list>
33
</option>
34
</component>
35
<component name="Git.Settings">
36
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
37
</component>
38
<component name="ProjectColorInfo">{
39
&quot;associatedIndex&quot;: 0
40
}</component>
41
<component name="ProjectId" id="2egQZdjOiJJhUUVwdbuhvEipspF" />
42
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
43
<component name="ProjectViewState">
44
<option name="hideEmptyMiddlePackages" value="true" />
45
<option name="showLibraryContents" value="true" />
46
</component>
47
<component name="PropertiesComponent"><![CDATA[{
48
"keyToString": {
49
"DefaultHtmlFileTemplate": "HTML File",
50
"RunOnceActivity.OpenProjectViewOnStart": "true",
51
"RunOnceActivity.ShowReadmeOnStart": "true",
52
"git-widget-placeholder": "main",
53
"last_opened_file_path": "/home/vlad/PycharmProjects/itec24/static",
54
"settings.editor.selected.configurable": "preferences.pluginManager"
55
}
56
}]]></component>
57
<component name="RecentsManager">
58
<key name="CopyFile.RECENT_KEYS">
59
<recent name="$PROJECT_DIR$/static" />
60
</key>
61
</component>
62
<component name="SharedIndexes">
63
<attachedChunks>
64
<set>
65
<option value="bundled-python-sdk-09665e90c3a7-d3b881c8e49f-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-233.15026.15" />
66
</set>
67
</attachedChunks>
68
</component>
69
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
70
<component name="TaskManager">
71
<task active="true" id="Default" summary="Default task">
72
<changelist id="411335b4-e813-41ad-9046-18b77b97ee46" name="Changes" comment="" />
73
<created>1712323797410</created>
74
<option name="number" value="Default" />
75
<option name="presentableId" value="Default" />
76
<updated>1712323797410</updated>
77
</task>
78
<servers />
79
</component>
80
<component name="Vcs.Log.Tabs.Properties">
81
<option name="TAB_STATES">
82
<map>
83
<entry key="MAIN">
84
<value>
85
<State />
86
</value>
87
</entry>
88
</map>
89
</option>
90
</component>
91
</project>