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
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
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
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
4 matches
Mail list logo