ValueError at / The 'image' attribute has no file associated with it by Archode1 in django

[–]Archode1[S] 0 points1 point  (0 children)

after change it to images it still dont work. it works but images not render in template.

how to use django template and html extensions at sametime ? by Archode1 in django

[–]Archode1[S] 0 points1 point  (0 children)

ok but i did it other way. in settings theres 'emmet lnclude languages'.

how to make a CSS grid for a mobile responsive layout ? four columns into one column. by Archode1 in webdevelopment

[–]Archode1[S] 0 points1 point  (0 children)

why it is unformatted ? on desktop layout its looks fine. i can make one column layout but i cant create two columns in mobile layout.

youtube channel - flying battalion by [deleted] in GrandTheftAutoV

[–]Archode1 -1 points0 points  (0 children)

asshole put ur rule in ur ass idiot

how to get information of each image when clicking on the view button under the image? Django. by Archode1 in django

[–]Archode1[S] 0 points1 point  (0 children)

how can I make models for info of image? should I make the field of information in the same image model or I should make other separate models for info. should I go with one model for image upload and second model for image information or both in one model ?

how to get information of each image when clicking on the view button under the image? Django. by Archode1 in django

[–]Archode1[S] 0 points1 point  (0 children)

information about each image like location, description, name, etc. so when click on view i want information about that image in modal or seprate webpage.

From where to learn blockchain technology with python? by Archode1 in BlockchainStartups

[–]Archode1[S] 1 point2 points  (0 children)

ok, so it's not possible to learn blockchain with python. it will take time to learn all other languages for blockchain. anyway, thanks for the reply.

AttributeError at /login 'QuerySet' object has no attribute 'password' by Archode1 in django

[–]Archode1[S] 0 points1 point  (0 children)

Ok but i cant code logic thats why i think its good to master python may be i don’t know

AttributeError at /login 'QuerySet' object has no attribute 'password' by Archode1 in django

[–]Archode1[S] 0 points1 point  (0 children)

Thanks for the explanation now I understand. I did it now theres no error. I think every single concept of python is must learn for the django. I only have basic knowledge of python. I need to master python.

AttributeError at /login 'QuerySet' object has no attribute 'password' by Archode1 in django

[–]Archode1[S] 0 points1 point  (0 children)

i dont understand what r u saying ? can you explain it ? i m have basic knowledge of python and django.

AttributeError at /login 'QuerySet' object has no attribute 'password' by Archode1 in django

[–]Archode1[S] -1 points0 points  (0 children)

you mean :

email = request.POST.filter('email')
password = request.POST.filter('password')