Merge pull request #351 from douglasmiranda/fix-issue-348

fix: issue #348
This commit is contained in:
Daniel Greenfeld 2013-07-21 15:42:50 -07:00
commit 45b7aea7f6

View file

@ -21,6 +21,7 @@ Add djadmin2 and rest_framework to your settings file:
INSTALLED_APPS = (
...
'djadmin2',
'djadmin2.themes.djadmin2theme_default', # for the default theme
'rest_framework', # for the browsable API templates
'floppyforms', # For HTML5 form fields
'crispy_forms', # Required for the default theme's layout