Sorl Thumbnail, automatically create in admin

2008-05-29 Thread Josh.MIPS
I am working on integrating django with a legacy PHP application. Saving images, and thumbnails through the admin interface is an essential part of the project I am working on. Sorl-thumbnail (as I understand) only creates thumbnails once they are called from within a template, but because of the

Nesh Utils issue

2008-05-14 Thread Josh.MIPS
I have been trying to get the Django Nesh Utils thumbnails to work for me. It seems to be installed correctly and while images get uploaded no thumbnails are created. I tried to fix it by adding a direct call to make_admin_thumbnails but then I get an error that on line 153 of utils.py (also par

Re: google search results, returned to your site?

2008-04-16 Thread Josh.MIPS
I have never used it myself but there Google does offer an ajax search api at http://code.google.com/apis/ajaxsearch/ Not exactly django but you could probably still get it into a template. Josh On Apr 15, 10:03 pm, visitorQ <[EMAIL PROTECTED]> wrote: > i'm familiar with the google search feature

Admin Site, Multiple Models One Page

2008-04-16 Thread Josh.MIPS
I was wondering if anyone knows of any way to make multiple models show up on one page in the admin interface? I am working on integrating django with a legacy php database and have two models (created using inspectdb) that belong together. Alternatively is there any way to have one model represe

Re: Permissions not working in Admin Interface

2008-04-16 Thread Josh.MIPS
version appears to be the correct one. I am not sure why both are showing up (there are only three models, but with the extra plural it looks like the admin site thinks there are four). Josh On Apr 14, 8:53 am, "Josh.MIPS" <[EMAIL PROTECTED]> wrote: > I have recently been working on

Permissions not working in Admin Interface

2008-04-14 Thread Josh.MIPS
I have recently been working on the admin interface for a django site. There is one model under an application that will only show up if I set a user as a super user. I can assign them privileges to create, change and delete these objects but they do not show up and when I point the browser to t

Django AutoComplete Search

2008-02-07 Thread Josh.MIPS
I was wondering if anyone had any experience with creating a search box in Django that would make suggestions (such as a drop down right below the search box) about what they may be looking for. For example if a database was being searched, it could recommend the names of database entries. If an