diff options
author | Alwin1847207 | 2019-11-04 16:41:44 +0530 |
---|---|---|
committer | Alwin1847207 | 2019-11-04 16:41:44 +0530 |
commit | 9a63fcaff0974fa6401d48c5dae53782f50c4ddc (patch) | |
tree | d2daaa819cb481122af9891691e45f484236e16a /.idea/dataSources.local.xml | |
parent | 055efb407c3b265ffbc2ed47f1f0b5d1a29b6391 (diff) | |
download | FOSSEE_animations-9a63fcaff0974fa6401d48c5dae53782f50c4ddc.tar.gz FOSSEE_animations-9a63fcaff0974fa6401d48c5dae53782f50c4ddc.tar.bz2 FOSSEE_animations-9a63fcaff0974fa6401d48c5dae53782f50c4ddc.zip |
changes
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 |