users and status working
This commit is contained in:
15
.idea/.gitignore
generated
vendored
Normal file
15
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
/misc.xml
|
||||
/modules.xml
|
||||
/inspectionProfiles/profiles_settings.xml
|
||||
/dictionaries/project.xml
|
||||
/inspectionProfiles/Project_Default.xml
|
||||
/sandboxapi.iml
|
||||
/vcs.xml
|
||||
19
.idea/runConfigurations/sandboxapi.xml
generated
Normal file
19
.idea/runConfigurations/sandboxapi.xml
generated
Normal file
@@ -0,0 +1,19 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="sandboxapi" type="Python.FastAPI">
|
||||
<option name="additionalOptions" value="--reload --host 0.0.0.0 --port 1234" />
|
||||
<option name="file" value="$PROJECT_DIR$/app/main.py" />
|
||||
<module name="sandboxapi" />
|
||||
<option name="ENV_FILES" value="" />
|
||||
<option name="INTERPRETER_OPTIONS" value="" />
|
||||
<option name="PARENT_ENVS" value="true" />
|
||||
<option name="SDK_HOME" value="$PROJECT_DIR$/.venv/bin/python" />
|
||||
<option name="SDK_NAME" value="uv (sandboxapi)" />
|
||||
<option name="WORKING_DIRECTORY" value="" />
|
||||
<option name="IS_MODULE_SDK" value="false" />
|
||||
<option name="ADD_CONTENT_ROOTS" value="true" />
|
||||
<option name="ADD_SOURCE_ROOTS" value="true" />
|
||||
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
|
||||
<option name="launchJavascriptDebuger" value="false" />
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
||||
Reference in New Issue
Block a user