-
Notifications
You must be signed in to change notification settings - Fork 1
/
sophon.iml
27 lines (27 loc) · 1.56 KB
/
sophon.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="FacetManager">
<facet type="django" name="Django">
<configuration>
<option name="rootFolder" value="$MODULE_DIR$" />
<option name="settingsModule" value="sophon/settings.py" />
<option name="manageScript" value="manage.py" />
<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="trackFilePattern" value="migrations" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/sophon" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Poetry (sophon)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TemplatesService">
<option name="TEMPLATE_CONFIGURATION" value="Django" />
</component>
</module>