e11sync

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 47d103e08c91b59f412d3388d058dadd296a2ff0 (tree)
parent 429555c4bdb5312e86714c440e74ddecfb16f124
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Tue, 27 Feb 2024 18:34:57 +0200

signup admin: add referrer

Diffstat:
Mapp/signup/admin.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/signup/admin.py b/app/signup/admin.py @@ -10,7 +10,8 @@ class SignupAdmin(admin.ModelAdmin): "created_at", "anonymized_ip", "user_agent", - "geoip" + "geoip", + "referrer" ] date_hierarchy = "created_at"