workspace.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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="BranchesTreeState">
  7. <expand>
  8. <path>
  9. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  10. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. </path>
  12. </expand>
  13. <select />
  14. </component>
  15. <component name="ChangeListManager">
  16. <list default="true" id="5d56ca4e-fa09-4724-964f-713958f1a350" name="Default" comment="签到系统增加多选功能。去掉一些明显的bug。&#10;志愿者报名系统,增加导出当月服务功能。&#10;修改问卷扫码人数超过上限Bug&#10;添加身份证在网页端验证功能">
  17. <change afterPath="$PROJECT_DIR$/MP_verify_FGlGjjfKq4iz5EZc.txt" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/dati/migrations/0008_auto_20230506_1222.py" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/dati/raw_data.py" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/dati/templates/dati/result.html" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/.vscode/settings.json" beforeDir="false" afterPath="$PROJECT_DIR$/.vscode/settings.json" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/APP_data/db.sqlite3" beforeDir="false" afterPath="$PROJECT_DIR$/APP_data/db.sqlite3" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/Niko/urls.py" beforeDir="false" afterPath="$PROJECT_DIR$/Niko/urls.py" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/backend/views.py" beforeDir="false" afterPath="$PROJECT_DIR$/backend/views.py" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/checkIn/templates/checkIn/itemUpdate.html" beforeDir="false" afterPath="$PROJECT_DIR$/checkIn/templates/checkIn/itemUpdate.html" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/checkIn/templates/checkIn/newItems.html" beforeDir="false" afterPath="$PROJECT_DIR$/checkIn/templates/checkIn/newItems.html" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/checkIn/templates/checkIn/user/checkIn.html" beforeDir="false" afterPath="$PROJECT_DIR$/checkIn/templates/checkIn/user/checkIn.html" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/dati/data.py" beforeDir="false" />
  31. <change beforePath="$PROJECT_DIR$/dati/forms.py" beforeDir="false" afterPath="$PROJECT_DIR$/dati/forms.py" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/dati/models.py" beforeDir="false" afterPath="$PROJECT_DIR$/dati/models.py" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/dati/templates/dati/bottom.html" beforeDir="false" afterPath="$PROJECT_DIR$/dati/templates/dati/bottom.html" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/dati/templates/dati/dati.html" beforeDir="false" afterPath="$PROJECT_DIR$/dati/templates/dati/dati.html" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/dati/templates/dati/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/dati/templates/dati/index.html" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/dati/templates/dati/layout.html" beforeDir="false" afterPath="$PROJECT_DIR$/dati/templates/dati/layout.html" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/dati/templates/dati/layout1.html" beforeDir="false" afterPath="$PROJECT_DIR$/dati/templates/dati/layout1.html" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/dati/templates/dati/ranking.html" beforeDir="false" afterPath="$PROJECT_DIR$/dati/templates/dati/ranking.html" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/dati/views.py" beforeDir="false" afterPath="$PROJECT_DIR$/dati/views.py" afterDir="false" />
  40. </list>
  41. <option name="SHOW_DIALOG" value="false" />
  42. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  43. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  44. <option name="LAST_RESOLUTION" value="IGNORE" />
  45. </component>
  46. <component name="FileTemplateManagerImpl">
  47. <option name="RECENT_TEMPLATES">
  48. <list>
  49. <option value="Python Script" />
  50. <option value="HTML File" />
  51. </list>
  52. </option>
  53. </component>
  54. <component name="Git.Settings">
  55. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  56. </component>
  57. <component name="GitSEFilterConfiguration">
  58. <file-type-list>
  59. <filtered-out-file-type name="LOCAL_BRANCH" />
  60. <filtered-out-file-type name="REMOTE_BRANCH" />
  61. <filtered-out-file-type name="TAG" />
  62. <filtered-out-file-type name="COMMIT_BY_MESSAGE" />
  63. </file-type-list>
  64. </component>
  65. <component name="MarkdownSettingsMigration">
  66. <option name="stateVersion" value="1" />
  67. </component>
  68. <component name="ProjectId" id="1XTvsoe8XGzk4oIEooIGQdlh6Mt" />
  69. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  70. <ConfirmationsSetting value="2" id="Add" />
  71. </component>
  72. <component name="ProjectViewState">
  73. <option name="hideEmptyMiddlePackages" value="true" />
  74. <option name="showLibraryContents" value="true" />
  75. </component>
  76. <component name="PropertiesComponent">
  77. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  78. <property name="DefaultHtmlFileTemplate" value="HTML File" />
  79. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  80. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  81. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  82. <property name="TODO_SCOPE" value="All Places" />
  83. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  84. <property name="settings.editor.selected.configurable" value="project.propVCSSupport.Mappings" />
  85. </component>
  86. <component name="RecentsManager">
  87. <key name="CopyFile.RECENT_KEYS">
  88. <recent name="D:\Users\Jees\Documents\coding\Niko_Public\backend" />
  89. <recent name="D:\Users\Jees\Documents\coding\Niko_Public\volunteer_arrangement\templates\volunteer_arrangement" />
  90. <recent name="D:\Users\Jees\Documents\coding\Niko_Public\volunteer_arrangement" />
  91. <recent name="D:\Users\Jees\Documents\coding\Niko_Public\dati\static" />
  92. </key>
  93. <key name="MoveFile.RECENT_KEYS">
  94. <recent name="D:\Users\Jees\Documents\coding\Niko_Public\backend" />
  95. <recent name="D:\Users\Jees\Documents\coding\Niko_Public\volunteer_arrangement" />
  96. <recent name="D:\Users\Jees\Documents\coding\Niko_Public" />
  97. <recent name="D:\Users\Jees\Documents\coding\Niko_Public\dati\static\dati" />
  98. <recent name="D:\Users\Jees\Documents\coding\Niko_Public\dati" />
  99. </key>
  100. </component>
  101. <component name="RunManager" selected="Python.manage - runserver">
  102. <configuration default="true" type="PythonConfigurationType" factoryName="Python">
  103. <module name="Niko_Public" />
  104. <option name="INTERPRETER_OPTIONS" value="" />
  105. <option name="PARENT_ENVS" value="true" />
  106. <envs>
  107. <env name="PYTHONUNBUFFERED" value="1" />
  108. </envs>
  109. <option name="SDK_HOME" value="C:\Users\Jees\AppData\Local\Programs\Python\Python36\python.exe" />
  110. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  111. <option name="IS_MODULE_SDK" value="false" />
  112. <option name="ADD_CONTENT_ROOTS" value="true" />
  113. <option name="ADD_SOURCE_ROOTS" value="true" />
  114. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/manage.py" />
  115. <option name="PARAMETERS" value="runserver" />
  116. <option name="SHOW_COMMAND_LINE" value="false" />
  117. <option name="EMULATE_TERMINAL" value="false" />
  118. <option name="MODULE_MODE" value="false" />
  119. <option name="REDIRECT_INPUT" value="false" />
  120. <option name="INPUT_FILE" value="" />
  121. <method v="2" />
  122. </configuration>
  123. <configuration name="makemigrations" type="PythonConfigurationType" factoryName="Python">
  124. <module name="Niko_Public" />
  125. <option name="INTERPRETER_OPTIONS" value="" />
  126. <option name="PARENT_ENVS" value="true" />
  127. <envs>
  128. <env name="PYTHONUNBUFFERED" value="1" />
  129. </envs>
  130. <option name="SDK_HOME" value="" />
  131. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  132. <option name="IS_MODULE_SDK" value="true" />
  133. <option name="ADD_CONTENT_ROOTS" value="true" />
  134. <option name="ADD_SOURCE_ROOTS" value="true" />
  135. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/manage.py" />
  136. <option name="PARAMETERS" value="makemigrations" />
  137. <option name="SHOW_COMMAND_LINE" value="false" />
  138. <option name="EMULATE_TERMINAL" value="false" />
  139. <option name="MODULE_MODE" value="false" />
  140. <option name="REDIRECT_INPUT" value="false" />
  141. <option name="INPUT_FILE" value="" />
  142. <method v="2" />
  143. </configuration>
  144. <configuration name="manage - runserver" type="PythonConfigurationType" factoryName="Python">
  145. <module name="Niko_Public" />
  146. <option name="INTERPRETER_OPTIONS" value="" />
  147. <option name="PARENT_ENVS" value="true" />
  148. <envs>
  149. <env name="PYTHONUNBUFFERED" value="1" />
  150. </envs>
  151. <option name="SDK_HOME" value="D:\Users\Jees\Documents\coding\Niko_Public\venv\Scripts\python.exe" />
  152. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  153. <option name="IS_MODULE_SDK" value="false" />
  154. <option name="ADD_CONTENT_ROOTS" value="true" />
  155. <option name="ADD_SOURCE_ROOTS" value="true" />
  156. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/manage.py" />
  157. <option name="PARAMETERS" value="runserver" />
  158. <option name="SHOW_COMMAND_LINE" value="false" />
  159. <option name="EMULATE_TERMINAL" value="false" />
  160. <option name="MODULE_MODE" value="false" />
  161. <option name="REDIRECT_INPUT" value="false" />
  162. <option name="INPUT_FILE" value="" />
  163. <method v="2" />
  164. </configuration>
  165. <configuration name="migrate" type="PythonConfigurationType" factoryName="Python">
  166. <module name="Niko_Public" />
  167. <option name="INTERPRETER_OPTIONS" value="" />
  168. <option name="PARENT_ENVS" value="true" />
  169. <envs>
  170. <env name="PYTHONUNBUFFERED" value="1" />
  171. </envs>
  172. <option name="SDK_HOME" value="" />
  173. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  174. <option name="IS_MODULE_SDK" value="true" />
  175. <option name="ADD_CONTENT_ROOTS" value="true" />
  176. <option name="ADD_SOURCE_ROOTS" value="true" />
  177. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/manage.py" />
  178. <option name="PARAMETERS" value="migrate" />
  179. <option name="SHOW_COMMAND_LINE" value="false" />
  180. <option name="EMULATE_TERMINAL" value="false" />
  181. <option name="MODULE_MODE" value="false" />
  182. <option name="REDIRECT_INPUT" value="false" />
  183. <option name="INPUT_FILE" value="" />
  184. <method v="2" />
  185. </configuration>
  186. <list>
  187. <item itemvalue="Python.makemigrations" />
  188. <item itemvalue="Python.manage - runserver" />
  189. <item itemvalue="Python.migrate" />
  190. </list>
  191. </component>
  192. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  193. <component name="SvnConfiguration">
  194. <configuration />
  195. </component>
  196. <component name="TaskManager">
  197. <task active="true" id="Default" summary="Default task">
  198. <changelist id="5d56ca4e-fa09-4724-964f-713958f1a350" name="Default" comment="" />
  199. <created>1532534236230</created>
  200. <option name="number" value="Default" />
  201. <option name="presentableId" value="Default" />
  202. <updated>1532534236230</updated>
  203. </task>
  204. <task id="LOCAL-00001" summary="签到系统增加多选功能。去掉一些明显的bug。&#10;志愿者报名系统,增加导出当月服务功能。">
  205. <created>1615436590277</created>
  206. <option name="number" value="00001" />
  207. <option name="presentableId" value="LOCAL-00001" />
  208. <option name="project" value="LOCAL" />
  209. <updated>1615436590277</updated>
  210. </task>
  211. <task id="LOCAL-00002" summary="签到系统增加多选功能。去掉一些明显的bug。&#10;志愿者报名系统,增加导出当月服务功能。&#10;修改问卷扫码人数超过上限Bug&#10;添加身份证在网页端验证功能">
  212. <created>1644844082971</created>
  213. <option name="number" value="00002" />
  214. <option name="presentableId" value="LOCAL-00002" />
  215. <option name="project" value="LOCAL" />
  216. <updated>1644844082971</updated>
  217. </task>
  218. <option name="localTasksCounter" value="3" />
  219. <servers />
  220. </component>
  221. <component name="Vcs.Log.Tabs.Properties">
  222. <option name="TAB_STATES">
  223. <map>
  224. <entry key="MAIN">
  225. <value>
  226. <State />
  227. </value>
  228. </entry>
  229. </map>
  230. </option>
  231. </component>
  232. <component name="VcsManagerConfiguration">
  233. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  234. <MESSAGE value="签到系统增加多选功能。去掉一些明显的bug。&#10;志愿者报名系统,增加导出当月服务功能。" />
  235. <MESSAGE value="签到系统增加多选功能。去掉一些明显的bug。&#10;志愿者报名系统,增加导出当月服务功能。&#10;修改问卷扫码人数超过上限Bug&#10;添加身份证在网页端验证功能" />
  236. <option name="LAST_COMMIT_MESSAGE" value="签到系统增加多选功能。去掉一些明显的bug。&#10;志愿者报名系统,增加导出当月服务功能。&#10;修改问卷扫码人数超过上限Bug&#10;添加身份证在网页端验证功能" />
  237. </component>
  238. <component name="XDebuggerManager">
  239. <breakpoint-manager>
  240. <breakpoints>
  241. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  242. <url>file://$PROJECT_DIR$/backend/functions.py</url>
  243. <line>17</line>
  244. <option name="timeStamp" value="50" />
  245. </line-breakpoint>
  246. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  247. <url>file://$PROJECT_DIR$/checkIn/userViews.py</url>
  248. <line>33</line>
  249. <option name="timeStamp" value="55" />
  250. </line-breakpoint>
  251. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  252. <url>file://$PROJECT_DIR$/dati/views.py</url>
  253. <line>133</line>
  254. <option name="timeStamp" value="56" />
  255. </line-breakpoint>
  256. </breakpoints>
  257. <default-breakpoints>
  258. <breakpoint type="python-exception">
  259. <properties notifyOnTerminate="true" exception="BaseException">
  260. <option name="notifyOnTerminate" value="true" />
  261. </properties>
  262. </breakpoint>
  263. </default-breakpoints>
  264. </breakpoint-manager>
  265. <watches-manager>
  266. <configuration name="PythonConfigurationType">
  267. <watch expression="request.get_host()" language="Python" />
  268. <watch expression="list(record)" language="Python" />
  269. <watch expression="request.get_host() + '/' + url_prefix + '/' + record_list[i]" language="Python" />
  270. </configuration>
  271. </watches-manager>
  272. </component>
  273. </project>