began adding addpost function

This commit is contained in:
CDaut 2022-06-02 08:29:52 +02:00 committed by CDaut
parent 81c455f014
commit c50d047233
15 changed files with 106 additions and 21 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<file url="file://$PROJECT_DIR$" libraries="{jquery-3.6.0, jquery-3.6.0.slim, simplemde}" />
<file url="file://$PROJECT_DIR$" libraries="{jquery-3.6.0, jquery-3.6.0.slim, js-cookie, simplemde}" />
</component>
</project>

1
.idea/mdblog.iml generated
View file

@ -23,6 +23,7 @@
<orderEntry type="library" name="jquery-3.6.0.slim" level="application" />
<orderEntry type="library" name="jquery-3.6.0" level="application" />
<orderEntry type="library" name="simplemde" level="application" />
<orderEntry type="library" name="js-cookie" level="application" />
</component>
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />

6
.idea/sqldialects.xml generated
View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SqlDialectMappings">
<file url="file://$PROJECT_DIR$/markdownblog/db_scripts/init_user_db.sql" dialect="PostgreSQL" />
</component>
</project>