mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 14:24:22 +00:00
🔨 Update IntelliJ metadata
This commit is contained in:
parent
3fbdd08133
commit
32237a5e07
3 changed files with 14 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
<component name="ClojureProjectResolveSettings">
|
<component name="ClojureProjectResolveSettings">
|
||||||
<currentScheme>IDE</currentScheme>
|
<currentScheme>IDE</currentScheme>
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_15" project-jdk-name="Python 3.9 (sophon)" project-jdk-type="Python SDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_15" project-jdk-name="Poetry (sophon)" project-jdk-type="Python SDK">
|
||||||
<output url="file://$PROJECT_DIR$/out" />
|
<output url="file://$PROJECT_DIR$/out" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
10
.idea/poetry.xml
Normal file
10
.idea/poetry.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="PoetryConfigService">
|
||||||
|
<option name="poetryVirtualenvPaths">
|
||||||
|
<set>
|
||||||
|
<option value="$USER_HOME$/.cache/pypoetry/virtualenvs/sophon-BQr90Ext-py3.9/bin/python" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
|
@ -6,7 +6,7 @@
|
||||||
<option name="rootFolder" value="$MODULE_DIR$" />
|
<option name="rootFolder" value="$MODULE_DIR$" />
|
||||||
<option name="settingsModule" value="sophon/settings.py" />
|
<option name="settingsModule" value="sophon/settings.py" />
|
||||||
<option name="manageScript" value="manage.py" />
|
<option name="manageScript" value="manage.py" />
|
||||||
<option name="environment" value="<map> <entry> <string>DJANGO_SETTINGS_MODULE</string> <string>settings</string> </entry> <entry> <string>DJANGO_DEBUG</string> <string>1</string> </entry> <entry> <string>DJANGO_SECRET_KEY</string> <string>change-me-in-production</string> </entry> </map>" />
|
<option name="environment" value="<map> <entry> <string>DJANGO_SETTINGS</string> <string>sophon.settings</string> </entry> <entry> <string>DJANGO_DEBUG</string> <string>1</string> </entry> <entry> <string>DJANGO_SECRET_KEY</string> <string>change-me-in-production</string> </entry> </map>" />
|
||||||
<option name="doNotUseTestRunner" value="false" />
|
<option name="doNotUseTestRunner" value="false" />
|
||||||
<option name="trackFilePattern" value="migrations" />
|
<option name="trackFilePattern" value="migrations" />
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -15,9 +15,10 @@
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
<exclude-output />
|
<exclude-output />
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/sophon" isTestSource="false" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="jdk" jdkName="Poetry (sophon)" jdkType="Python SDK" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
<component name="TemplatesService">
|
<component name="TemplatesService">
|
||||||
|
|
Loading…
Reference in a new issue