Skip to content

Commit 408f0c0

Browse files
committed
Add mock dep and remove markdown extension
1 parent 4663a7e commit 408f0c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ oauthlib==1.1.2
3131
python-openid==2.2.5
3232
requests==2.7.0
3333
requests-oauthlib==0.5.0
34+
mock==1.10 # Django all auth needs
3435

3536
# Admin
3637
# -------------------------------------------------

settings/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226

227227
SITE_PROTOCOL = 'http'
228228

229-
MARKDOWN_EXTENSIONS = ['linkify']
229+
#MARKDOWN_EXTENSIONS = ['linkify']
230230

231231

232232
# twitter settings

0 commit comments

Comments
 (0)