workspace.xml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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="fcaa5ac6-1f64-4b0e-b7db-6a90a034617e" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/.idea/AD.iml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/AD/__init__.py" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/AD/asgi.py" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/AD/settings.py" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/AD/urls.py" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/AD/wsgi.py" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/db.sqlite3" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/main/__init__.py" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/main/admin.py" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/main/apps.py" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/main/forms.py" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/main/models.py" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/main/tests.py" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/main/urls.py" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/main/views.py" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/manage.py" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/static/favicon.png" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/templates/create_multiple_shifts.html" afterDir="false" />
  31. </list>
  32. <option name="SHOW_DIALOG" value="false" />
  33. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  34. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  35. <option name="LAST_RESOLUTION" value="IGNORE" />
  36. </component>
  37. <component name="FileTemplateManagerImpl">
  38. <option name="RECENT_TEMPLATES">
  39. <list>
  40. <option value="Python Script" />
  41. <option value="HTML File" />
  42. </list>
  43. </option>
  44. </component>
  45. <component name="Git.Settings">
  46. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  47. </component>
  48. <component name="ProjectColorInfo"><![CDATA[{
  49. "associatedIndex": 2
  50. }]]></component>
  51. <component name="ProjectId" id="2honIszgClBurubHkJmQvxBncxZ" />
  52. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  53. <ConfirmationsSetting value="2" id="Add" />
  54. </component>
  55. <component name="ProjectViewState">
  56. <option name="hideEmptyMiddlePackages" value="true" />
  57. <option name="showLibraryContents" value="true" />
  58. </component>
  59. <component name="PropertiesComponent"><![CDATA[{
  60. "keyToString": {
  61. "ASKED_ADD_EXTERNAL_FILES": "true",
  62. "DefaultHtmlFileTemplate": "HTML File",
  63. "RunOnceActivity.OpenDjangoStructureViewOnStart": "true",
  64. "RunOnceActivity.OpenProjectViewOnStart": "true",
  65. "RunOnceActivity.ShowReadmeOnStart": "true",
  66. "git-widget-placeholder": "main",
  67. "last_opened_file_path": "/Users/renerossler/PycharmProjects/AD/static",
  68. "node.js.detected.package.eslint": "true",
  69. "node.js.detected.package.tslint": "true",
  70. "node.js.selected.package.eslint": "(autodetect)",
  71. "node.js.selected.package.tslint": "(autodetect)",
  72. "nodejs_package_manager_path": "npm",
  73. "vue.rearranger.settings.migration": "true"
  74. }
  75. }]]></component>
  76. <component name="RecentsManager">
  77. <key name="CopyFile.RECENT_KEYS">
  78. <recent name="$PROJECT_DIR$/static" />
  79. </key>
  80. </component>
  81. <component name="RunManager">
  82. <configuration name="AD" type="Python.DjangoServer" factoryName="Django server">
  83. <module name="AD" />
  84. <option name="ENV_FILES" value="" />
  85. <option name="INTERPRETER_OPTIONS" value="" />
  86. <option name="PARENT_ENVS" value="true" />
  87. <envs>
  88. <env name="PYTHONUNBUFFERED" value="1" />
  89. </envs>
  90. <option name="SDK_HOME" value="" />
  91. <option name="WORKING_DIRECTORY" value="" />
  92. <option name="IS_MODULE_SDK" value="false" />
  93. <option name="ADD_CONTENT_ROOTS" value="true" />
  94. <option name="ADD_SOURCE_ROOTS" value="true" />
  95. <option name="launchJavascriptDebuger" value="false" />
  96. <option name="port" value="8000" />
  97. <option name="host" value="localhost" />
  98. <option name="additionalOptions" value="" />
  99. <option name="browserUrl" value="" />
  100. <option name="runTestServer" value="false" />
  101. <option name="runNoReload" value="false" />
  102. <option name="useCustomRunCommand" value="false" />
  103. <option name="customRunCommand" value="" />
  104. <method v="2" />
  105. </configuration>
  106. </component>
  107. <component name="SharedIndexes">
  108. <attachedChunks>
  109. <set>
  110. <option value="bundled-python-sdk-09665e90c3a7-b11f5e8da5ad-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-233.15026.15" />
  111. </set>
  112. </attachedChunks>
  113. </component>
  114. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  115. <component name="TaskManager">
  116. <task active="true" id="Default" summary="Default task">
  117. <changelist id="fcaa5ac6-1f64-4b0e-b7db-6a90a034617e" name="Changes" comment="" />
  118. <created>1718269220595</created>
  119. <option name="number" value="Default" />
  120. <option name="presentableId" value="Default" />
  121. <updated>1718269220595</updated>
  122. <workItem from="1718269226754" duration="1991000" />
  123. </task>
  124. <servers />
  125. </component>
  126. <component name="TypeScriptGeneratedFilesManager">
  127. <option name="version" value="3" />
  128. </component>
  129. <component name="Vcs.Log.Tabs.Properties">
  130. <option name="TAB_STATES">
  131. <map>
  132. <entry key="MAIN">
  133. <value>
  134. <State />
  135. </value>
  136. </entry>
  137. </map>
  138. </option>
  139. </component>
  140. </project>