2022-10-28 19:38:57 +02:00
|
|
|
<?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$/src" />
|
|
|
|
<option name="settingsModule" value="{{cookiecutter.project_slug}}/settings.py" />
|
|
|
|
<option name="manageScript" value="manage.py" />
|
|
|
|
<option name="environment" value="<map> <entry> <string>ENV_FILE</string> <string>$MODULE_DIR$/envs/local-envs.env</string> </entry> <entry> <string>DATABASE_URL</string> <string>sqlite:///$MODULE_DIR$/db/db.sqlite3</string> </entry> </map>" />
|
|
|
|
<option name="doNotUseTestRunner" value="true" />
|
|
|
|
<option name="trackFilePattern" value="" />
|
|
|
|
</configuration>
|
|
|
|
</facet>
|
|
|
|
</component>
|
|
|
|
<component name="NewModuleRootManager">
|
|
|
|
<content url="file://$MODULE_DIR$">
|
|
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
2023-01-27 11:06:35 +01:00
|
|
|
<excludeFolder url="file://$MODULE_DIR$/src/test_reports" />
|
|
|
|
<excludeFolder url="file://$MODULE_DIR$/src/public" />
|
|
|
|
<excludeFolder url="file://$MODULE_DIR$/.pytest_cache" />
|
2022-10-28 19:38:57 +02:00
|
|
|
</content>
|
|
|
|
<orderEntry type="inheritedJdk" />
|
|
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
|
|
</component>
|
|
|
|
<component name="PyDocumentationSettings">
|
|
|
|
<option name="format" value="PLAIN" />
|
|
|
|
<option name="myDocStringFormat" value="Plain" />
|
|
|
|
</component>
|
|
|
|
<component name="TemplatesService">
|
|
|
|
<option name="TEMPLATE_CONFIGURATION" value="Django" />
|
|
|
|
<option name="TEMPLATE_FOLDERS">
|
|
|
|
<list>
|
|
|
|
<option value="$MODULE_DIR$/src/common/templates" />
|
|
|
|
</list>
|
|
|
|
</option>
|
|
|
|
</component>
|
|
|
|
<component name="TestRunnerService">
|
|
|
|
<option name="PROJECT_TEST_RUNNER" value="py.test" />
|
|
|
|
</component>
|
|
|
|
</module>
|