diff options
Diffstat (limited to 'core/admin.py')
-rw-r--r-- | core/admin.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/admin.py b/core/admin.py index c266a97..cfdeb22 100644 --- a/core/admin.py +++ b/core/admin.py @@ -19,6 +19,8 @@ In particular, it enables JSON export of any data with 'export_as_json' and configures the search fields to be used within the control panel. What is the search path for the css and js inclusions in the Media subclasses though ?! + +The page looks for /static/jquery/jquery.min.js ''' class TroggleModelAdmin(admin.ModelAdmin): |