Renamed app to avoid confusion with django forms

This commit is contained in:
David Taylor
2015-08-05 19:00:19 +03:00
committed by Tom Price
parent eb41636ffc
commit f99e16f562
9 changed files with 82 additions and 5 deletions

View File

@@ -44,6 +44,7 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.staticfiles',
'RIGS',
'rigForms',
'debug_toolbar',
'registration',