X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseGeneralHow to enable log entry in Django

How to enable log entry in Django

To view previous transactions in the Django panel, you need to write the following codes in the admin.py folder. In this way, you can register LogEntry.

from django.contrib.admin.models import LogEntry
admin.site.register(LogEntry)

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(110 times viewed. / 0 people found helpful.)