added visits to get guests in site
Browse files
models.py
CHANGED
@@ -219,6 +219,6 @@ class SitePublicMeWith(SitePublicMe):
|
|
219 |
hosts: list[GuestPublicMe] = []
|
220 |
|
221 |
class SitePublicMeWithHosts(SitePublicMe):
|
222 |
-
hosts: list[
|
223 |
|
224 |
|
|
|
219 |
hosts: list[GuestPublicMe] = []
|
220 |
|
221 |
class SitePublicMeWithHosts(SitePublicMe):
|
222 |
+
hosts: list[GuestPublicWith] = []
|
223 |
|
224 |
|
test.db
CHANGED
Binary files a/test.db and b/test.db differ
|
|