You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-pl - grupa polskiej społeczności Django
Witam, chcę stworzyć sobie formularz wyszukiwania w którym będę mógł
wpisać np. tylko city i company i po przetworzeniu formularza
wyświetli mi hotele które spełniają te dwa kryteria (to tylko przykład
- jeśli user będzie chciał to wpisze jedno lub wszystkie kryteria).
Jak się za to zabrać? (jestem nowy w webie)
class Hotel(models.model):
name = models.CharField(max_length=100)
city = models.CharField(max_length=100)
company_name = models.CharField(max_length=100)
district = models.CharField(max_length=100)
Bartłomiej Opajdowski
unread,
May 26, 2012, 12:37:00 PM5/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message