✅ Purpose

Overrides click links for a specific Button within a specific Landing.

🧩 Fields

  • click_link — optional, must start with http:// or https://
  • double_link — optional, must start with http:// or https://
  • button — FK to Button
  • landing — FK to Landing
  • owner — FK to User
  • created_at, updated_at

🧠 Methods

  • copy(user=None, landing=None)

    • duplicates the ButtonClick for another landing
  • __str__() → returns <landing>:<button>

🔗 Relations

  • Many ButtonClick records can reference the same Button across landings