diff options
Diffstat (limited to '.idea/dataSources.local.xml')
-rw-r--r-- | .idea/dataSources.local.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml new file mode 100644 index 0000000..d91079c --- /dev/null +++ b/.idea/dataSources.local.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="dataSourceStorageLocal"> + <data-source name="Django default" uuid="c2ec2b16-9a8a-4975-be60-2a0417af82c8"> + <database-info product="SQLite" version="3.25.1" jdbc-version="2.1" driver-name="SQLite JDBC" driver-version="3.25.1" dbms="SQLITE" exact-version="3.25.1" exact-driver-version="3.25"> + <identifier-quote-string>"</identifier-quote-string> + </database-info> + <case-sensitivity plain-identifiers="mixed" quoted-identifiers="mixed" /> + <auth-required>false</auth-required> + <schema-mapping> + <introspection-scope> + <node kind="schema" qname="@" /> + </introspection-scope> + </schema-mapping> + </data-source> + </component> +</project>
\ No newline at end of file |