-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelloPython.iml
More file actions
33 lines (33 loc) · 1.38 KB
/
helloPython.iml
File metadata and controls
33 lines (33 loc) · 1.38 KB
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
28
29
30
31
32
33
<?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="" />
<option name="settingsModule" value="settings.py" />
<option name="manageScript" value="manage.py" />
<option name="environment" value="<map/>" />
</configuration>
</facet>
<facet type="google-appengine-python" name="Google App Engine (Python)">
<configuration>
<option name="rootFolder" value="$MODULE_DIR$" />
<option name="sdkFolder" value="" />
<option name="templatesFolder" value="" />
<option name="oauth2" value="false" />
<option name="deployConfigured" value="false" />
<option name="saveCredentials" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.6.1 (D:\Python36\python.exe)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Google App Engine SDK" level="project" />
</component>
<component name="TemplatesService">
<option name="TEMPLATE_CONFIGURATION" value="Django" />
</component>
</module>