mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-08-21 14:37:16 +00:00
Added TG bot
This commit is contained in:
@@ -216,6 +216,14 @@ class AccessRequest(models.Model):
|
||||
)
|
||||
|
||||
# Related objects
|
||||
selected_existing_user = models.ForeignKey(
|
||||
User,
|
||||
null=True,
|
||||
blank=True,
|
||||
on_delete=models.SET_NULL,
|
||||
related_name='selected_for_requests',
|
||||
help_text="Existing user selected to link with this Telegram account"
|
||||
)
|
||||
created_user = models.ForeignKey(
|
||||
User,
|
||||
null=True,
|
||||
|
Reference in New Issue
Block a user