1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🔨 Fix IntelliJ stuff. Again.

This commit is contained in:
Steffo 2021-11-29 16:39:33 +01:00
parent fc30ae54d5
commit 514e16121c
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<component name="PWA"> <component name="PWA">
<option name="wasEnabledAtLeastOnce" value="true" /> <option name="wasEnabledAtLeastOnce" value="true" />
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_15" project-jdk-name="Poetry (backend) (3)" project-jdk-type="Python SDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_15">
<output url="file://$PROJECT_DIR$/out" /> <output url="file://$PROJECT_DIR$/out" />
</component> </component>
<component name="PythonCompatibilityInspectionAdvertiser"> <component name="PythonCompatibilityInspectionAdvertiser">

View file

@ -19,19 +19,21 @@
</content> </content>
<content url="file://$MODULE_DIR$/../report"> <content url="file://$MODULE_DIR$/../report">
<sourceFolder url="file://$MODULE_DIR$/../report/source" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/../report/source" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/../report/build" />
</content> </content>
<content url="file://$MODULE_DIR$/../thesis"> <content url="file://$MODULE_DIR$/../thesis">
<sourceFolder url="file://$MODULE_DIR$/../thesis/source" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/../thesis/source" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/../thesis/build" /> <excludeFolder url="file://$MODULE_DIR$/../thesis/build" />
<excludeFolder url="file://$MODULE_DIR$/../thesis/source/_extra" /> <excludeFolder url="file://$MODULE_DIR$/../thesis/source/_extra" />
</content> </content>
<orderEntry type="jdk" jdkName="Poetry (backend) (3)" jdkType="Python SDK" /> <orderEntry type="jdk" jdkName="Python 3.9 (Poetry, Sophon Backend)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
<component name="TemplatesService"> <component name="TemplatesService">
<option name="TEMPLATE_CONFIGURATION" value="Django" /> <option name="TEMPLATE_CONFIGURATION" value="Django" />
<option name="TEMPLATE_FOLDERS"> <option name="TEMPLATE_FOLDERS">
<list> <list>
<option value="$MODULE_DIR$/sophon/templates" />
<option value="$MODULE_DIR$/sophon/templates" /> <option value="$MODULE_DIR$/sophon/templates" />
<option value="$MODULE_DIR$/../thesis/source/_templates" /> <option value="$MODULE_DIR$/../thesis/source/_templates" />
</list> </list>