Add piston to installed_apps

This commit is contained in:
Trever Fischer
2012-04-02 14:31:50 -04:00
parent 8be4c375df
commit 6bb96e82cf

View File

@@ -132,7 +132,8 @@ INSTALLED_APPS = (
'petition',
'local',
'messages',
'notification'
'notification',
'piston'
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
)