Skip to content

Commit bc238bd

Browse files
author
yangxueguang
committed
update requirements.txt
1 parent c2d4ea9 commit bc238bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+18270
-0
lines changed

blog_project/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127

128128
STATIC_URL = '/static/'
129129
STATICFILES = os.path.join(BASE_DIR, 'blog/static')
130+
STATIC_ROOT = 'static/'
130131

131132
# Markdown settings
132133
MARKDOWN_DEUX_STYLES = {

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Django==1.9.6
2+
django-contrib-comments==1.7.2
3+
django-markdown-deux==1.0.5
4+
django-registration-redux==1.4
25
markdown2==2.3.1
36
Pillow==3.2.0
47
Pygments==2.1.3
8+
pytz==2016.4

0 commit comments

Comments
 (0)