Re: Django-tinymce and filebrowser, error.

2009-08-17 Thread Parthian
Trevor, I've had problems with the same combination of tools. For me Popup windows are completely blank. But after adding document.domain as below I could get the popups to work but only in Firefox and Safari (I think). Updated yourApp/yourMediaFiles/js/tinymce/tiny_mce_popup.js for document.dom

Django, Redirects and htaccess via Static App

2010-08-17 Thread Parthian
A Django Theoritical discussion point. Re-post from Webfaction forum - more a django question than webfaction specific). Over the weekend I had a huge number of pages/hits from one IP address (logged via awstats). Assuming some kind of funny business I decided to block that IP address. Two approac

Re: TabularInline

2023-07-30 Thread Parthian
Try this class YourModelInline(admin.TabularInline): model = YourModel fields = ('fields', ) extra = 0 # looks neater without extras. show_change_link = True # puts an icon on the left of each row to edit the row. def has_change_permission(self, request, obj=None): ret

Re: TabularInline

2023-07-30 Thread Parthian
AYAN wrote: > Yes, it looks like this table. But how do I make an insertion, deletion, > edit here in the normal way. When I press the Add button, I want the page > to open to add data here. Thanks for your answer > > > 30 Temmuz 2023 Pazar tarihinde saat 18:15:17 UTC+2 itibarıy