fix
This commit is contained in:
parent
49d1a18d64
commit
3e7517d406
Binary file not shown.
@ -77,7 +77,7 @@ WSGI_APPLICATION = 'SocialHelper.wsgi.application'
|
|||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql',
|
'ENGINE': 'django.db.backends.postgresql',
|
||||||
'NAME': 'postgres',
|
'NAME': 'socialhelperdb',
|
||||||
'USER': 'postgres',
|
'USER': 'postgres',
|
||||||
'PASSWORD': 'admin',
|
'PASSWORD': 'admin',
|
||||||
'HOST': 'localhost'
|
'HOST': 'localhost'
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -142,7 +142,7 @@ def filter(request):
|
|||||||
|
|
||||||
if usluga_local != "on" and przedmiot_local == "on":
|
if usluga_local != "on" and przedmiot_local == "on":
|
||||||
zmienna = 2
|
zmienna = 2
|
||||||
all_product = all_product.filter(type=zmienna)z
|
all_product = all_product.filter(type=zmienna)
|
||||||
|
|
||||||
|
|
||||||
types = TYPE_T
|
types = TYPE_T
|
||||||
|
Loading…
Reference in New Issue
Block a user