2022-10-28 22:16:23 +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="charasheet/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" />
|
2022-11-06 14:42:29 +01:00
|
|
|
<excludeFolder url="file://$MODULE_DIR$/src/public" />
|
|
|
|
<excludeFolder url="file://$MODULE_DIR$/src/test_reports" />
|
|
|
|
<excludeFolder url="file://$MODULE_DIR$/src/character/tests/test_reports" />
|
2023-01-16 18:02:14 +01:00
|
|
|
<excludeFolder url="file://$MODULE_DIR$/src/common/static/vendor" />
|
2023-01-17 10:07:13 +01:00
|
|
|
<excludeFolder url="file://$MODULE_DIR$/src/party/tests/test_reports" />
|
2023-02-28 15:46:19 +01:00
|
|
|
<excludeFolder url="file://$MODULE_DIR$/.direnv" />
|
|
|
|
<excludeFolder url="file://$MODULE_DIR$/.pytest_cache" />
|
|
|
|
<excludeFolder url="file://$MODULE_DIR$/.ruff_cache" />
|
2023-10-09 08:56:13 +02:00
|
|
|
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
2022-10-28 22:16:23 +02:00
|
|
|
</content>
|
2024-01-10 10:14:24 +01:00
|
|
|
<orderEntry type="jdk" jdkName="Python 3.12 (charasheet)" jdkType="Python SDK" />
|
2022-10-28 22:16:23 +02:00
|
|
|
<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" />
|
2022-10-31 22:03:53 +01:00
|
|
|
<option value="$MODULE_DIR$/src/character/templates" />
|
2022-11-02 23:52:28 +01:00
|
|
|
<option value="$MODULE_DIR$/src/party/templates" />
|
2022-10-28 22:16:23 +02:00
|
|
|
</list>
|
|
|
|
</option>
|
|
|
|
</component>
|
|
|
|
<component name="TestRunnerService">
|
|
|
|
<option name="PROJECT_TEST_RUNNER" value="py.test" />
|
|
|
|
</component>
|
|
|
|
</module>
|