mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🔨 Make changes in IDEA submodules
This commit is contained in:
parent
d5c70c00ac
commit
1f78f5892a
8 changed files with 25 additions and 8 deletions
|
@ -2,9 +2,7 @@
|
||||||
<module type="JAVA_MODULE" version="4">
|
<module type="JAVA_MODULE" version="4">
|
||||||
<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$/backend" isTestSource="false" />
|
|
||||||
</content>
|
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -2,9 +2,11 @@
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<modules>
|
||||||
<module fileurl="file://$PROJECT_DIR$/backend/Backend (Django).iml" filepath="$PROJECT_DIR$/backend/Backend (Django).iml" />
|
<module fileurl="file://$PROJECT_DIR$/backend/Backend.iml" filepath="$PROJECT_DIR$/backend/Backend.iml" />
|
||||||
<module fileurl="file://$PROJECT_DIR$/frontend/Frontend (React).iml" filepath="$PROJECT_DIR$/frontend/Frontend (React).iml" />
|
<module fileurl="file://$PROJECT_DIR$/frontend/Frontend.iml" filepath="$PROJECT_DIR$/frontend/Frontend.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/jupyter/Jupyter.iml" filepath="$PROJECT_DIR$/jupyter/Jupyter.iml" />
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/Main.iml" filepath="$PROJECT_DIR$/.idea/Main.iml" />
|
<module fileurl="file://$PROJECT_DIR$/.idea/Main.iml" filepath="$PROJECT_DIR$/.idea/Main.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/proxy/Proxy.iml" filepath="$PROJECT_DIR$/proxy/Proxy.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -1,6 +1,6 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="Start sophon backend" type="Python.DjangoServer" factoryName="Django server">
|
<configuration default="false" name="Start sophon backend" type="Python.DjangoServer" factoryName="Django server">
|
||||||
<module name="Backend (Django)" />
|
<module name="Backend" />
|
||||||
<option name="INTERPRETER_OPTIONS" value="" />
|
<option name="INTERPRETER_OPTIONS" value="" />
|
||||||
<option name="PARENT_ENVS" value="true" />
|
<option name="PARENT_ENVS" value="true" />
|
||||||
<envs>
|
<envs>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="Test sophon backend" type="DjangoTestsConfigurationType">
|
<configuration default="false" name="Test sophon backend" type="DjangoTestsConfigurationType">
|
||||||
<module name="Backend (Django)" />
|
<module name="Backend" />
|
||||||
<option name="INTERPRETER_OPTIONS" value="-Wa" />
|
<option name="INTERPRETER_OPTIONS" value="-Wa" />
|
||||||
<option name="PARENT_ENVS" value="true" />
|
<option name="PARENT_ENVS" value="true" />
|
||||||
<envs>
|
<envs>
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
<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$" isTestSource="false" />
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/sophon" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$/sophon" isTestSource="false" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="jdk" jdkName="Poetry (backend) (2)" jdkType="Python SDK" />
|
<orderEntry type="jdk" jdkName="Poetry (backend) (2)" jdkType="Python SDK" />
|
9
jupyter/Jupyter.iml
Normal file
9
jupyter/Jupyter.iml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="WEB_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
9
proxy/Proxy.iml
Normal file
9
proxy/Proxy.iml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="WEB_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
Loading…
Reference in a new issue