initial django setup

This commit is contained in:
CDaut 2022-05-29 17:27:12 +02:00 committed by CDaut
commit c208f4adff
20 changed files with 599 additions and 0 deletions

16
.idea/mdblog.iml generated Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
<excludeFolder url="file://$MODULE_DIR$/.idea/dataSources" />
<excludeFolder url="file://$MODULE_DIR$/.idea/sonarlint" />
</content>
<orderEntry type="jdk" jdkName="Python 3.10 (mdblog)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
</module>