We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8fd4f commit cf43547Copy full SHA for cf43547
README.md
@@ -12,7 +12,9 @@ For more about SQLCipher take a look at [http://sqlcipher.net/](http://sqlcipher
12
13
* python-sqlcipher (Python compiled with SQLCipher support)
14
15
-For more details take a look at: [github.com/sjlombardo/sqlcipher](https://github.com/sjlombardo/sqlcipher)
+For more about python-sqlcipher take a look at:
16
+
17
+[https://code.launchpad.net/~jplacerda/+junk/python-sqlcipher](https://code.launchpad.net/~jplacerda/+junk/python-sqlcipher)
18
19
**Installation**
20
@@ -28,7 +30,7 @@ Open your project's `settings.py` file and:
28
30
29
31
2. Put the following line where you want:
32
- PRAGMA_KEY = "YOUR DATABASE KEY"
33
+ `PRAGMA_KEY = "YOUR DATABASE KEY"`
34
35
**License**
36
0 commit comments