diff options
author | thedevboy | 2019-10-03 15:51:32 +0530 |
---|---|---|
committer | thedevboy | 2019-10-03 15:51:32 +0530 |
commit | 1151714828cf48b6a496ea7261410a028f306223 (patch) | |
tree | 782ec0df010b560a70be8b003283b3c566dbbb2e /.idea | |
parent | dd2f35df5bfd31a5d16f5057eaa45d23492c755c (diff) | |
download | FOSSEE_animations-1151714828cf48b6a496ea7261410a028f306223.tar.gz FOSSEE_animations-1151714828cf48b6a496ea7261410a028f306223.tar.bz2 FOSSEE_animations-1151714828cf48b6a496ea7261410a028f306223.zip |
Integrity error due to name variable checked
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/dataSources.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index aaac02c..4ab70d8 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -18,5 +18,16 @@ </library> </libraries> </data-source> + <data-source source="LOCAL" name="Django default" uuid="ae398c8c-5a45-44f5-9195-355716353d9a"> + <driver-ref>sqlite.xerial</driver-ref> + <synchronize>true</synchronize> + <imported>true</imported> + <remarks>$PROJECT_DIR$/fossee_anime/settings.py</remarks> + <jdbc-driver>org.sqlite.JDBC</jdbc-driver> + <jdbc-url>jdbc:sqlite:$PROJECT_DIR$/db.sqlite3</jdbc-url> + <driver-properties> + <property name="enable_load_extension" value="true" /> + </driver-properties> + </data-source> </component> </project>
\ No newline at end of file |