mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🔨 Fix IntelliJ stuff. Again.
This commit is contained in:
parent
fc30ae54d5
commit
514e16121c
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
<component name="PWA">
|
||||
<option name="wasEnabledAtLeastOnce" value="true" />
|
||||
</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" />
|
||||
</component>
|
||||
<component name="PythonCompatibilityInspectionAdvertiser">
|
||||
|
|
|
@ -19,19 +19,21 @@
|
|||
</content>
|
||||
<content url="file://$MODULE_DIR$/../report">
|
||||
<sourceFolder url="file://$MODULE_DIR$/../report/source" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/../report/build" />
|
||||
</content>
|
||||
<content url="file://$MODULE_DIR$/../thesis">
|
||||
<sourceFolder url="file://$MODULE_DIR$/../thesis/source" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/../thesis/build" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/../thesis/source/_extra" />
|
||||
</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" />
|
||||
</component>
|
||||
<component name="TemplatesService">
|
||||
<option name="TEMPLATE_CONFIGURATION" value="Django" />
|
||||
<option name="TEMPLATE_FOLDERS">
|
||||
<list>
|
||||
<option value="$MODULE_DIR$/sophon/templates" />
|
||||
<option value="$MODULE_DIR$/sophon/templates" />
|
||||
<option value="$MODULE_DIR$/../thesis/source/_templates" />
|
||||
</list>
|
||||
|
|
Loading…
Reference in a new issue