Added gunicorn

This commit is contained in:
root 2011-05-29 23:51:01 +00:00
parent a2e4e83c20
commit ea644a0670

View file

@ -94,6 +94,7 @@ INSTALLED_APPS = (
'piston',
'pastebin',
'pastebin.apps.dpaste',
'gunicorn',
)
#==============================================================================