mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34: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">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/backend" isTestSource="false" />
|
||||
</content>
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/backend/Backend (Django).iml" filepath="$PROJECT_DIR$/backend/Backend (Django).iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/frontend/Frontend (React).iml" filepath="$PROJECT_DIR$/frontend/Frontend (React).iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/backend/Backend.iml" filepath="$PROJECT_DIR$/backend/Backend.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$/proxy/Proxy.iml" filepath="$PROJECT_DIR$/proxy/Proxy.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
|
@ -1,6 +1,6 @@
|
|||
<component name="ProjectRunConfigurationManager">
|
||||
<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="PARENT_ENVS" value="true" />
|
||||
<envs>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Test sophon backend" type="DjangoTestsConfigurationType">
|
||||
<module name="Backend (Django)" />
|
||||
<module name="Backend" />
|
||||
<option name="INTERPRETER_OPTIONS" value="-Wa" />
|
||||
<option name="PARENT_ENVS" value="true" />
|
||||
<envs>
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/sophon" isTestSource="false" />
|
||||
</content>
|
||||
<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