Skip to content
Snippets Groups Projects
Commit b0635783 authored by Chen Shen's avatar Chen Shen
Browse files

change

parent a106da76
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@
<option name="enabled" value="true" />
</component>
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (1234)" project-jdk-type="Python SDK" />
</project>
\ No newline at end of file
......@@ -148,4 +148,4 @@ def d():
if __name__ == '__main__':
with app.app_context():
db.create_all()
app.run(debug=True, port = 8080)
app.run(port = 8080)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment