Commit b6c4f3cc38d842274adf3a3a9501d688fc9f2cf7

Authored by zhenchaozhu
1 parent b9bb6bcb03
Exists in master and in 1 other branch de

add gunicorn apps

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -134,6 +134,7 @@ INSTALLED_APPS = (
134 134 # Uncomment the next line to enable admin documentation:
135 135 # 'django.contrib.admindocs',
136 136 'django.contrib.sitemaps', # Django sitemap framework
  137 + 'gunicorn',
137 138 'forum',
138 139 )
139 140  
... ...