iiiiiiπoW
How can i resize the height and width of model fields ?
Amir
Gys i wanna use selenium in views file, but i can’t import it!? So what have i do?:)
Xavier
How can i resize the height and width of model fields ?
what u mean by height and width? model fields have datatypes like Boolean and char
Xavier
i can import it with no issues
putting import selenium works for me share your errors
Эльдияр
Guys I need help, how to decrease balance from account, balance will be virtual money
Amir
i can import it with no issues
I fixed it, now I can’t use get method for opening chrome:)
Amir
try running it headless
Can u write it?:)
Amir
Pls
Xavier
Can u write it?:)
write what? first, i dont know what u are trying to achieve second, show us your code using pastebin.com third, search the google for selenium headless guide
iiiiiiπoW
what u mean by height and width? model fields have datatypes like Boolean and char
Yp.. input fields char and urlfield are different in their size.. Urlfield size is greater than char.. i am using model fields not form fields
iiiiiiπoW
I am asking about the input fileds design
Xavier
I am asking about the input fileds design
then u gotta mess with the css
Xavier
check the class name/id of that input field, then go and change the css for it
iiiiiiπoW
then u gotta mess with the css
Ys.. how can i do the same in django model fileds ?
Anonymous
Can anyone suggest me a book(*pdf) for Django?
Xavier
Ys.. how can i do the same in django model fileds ?
django model feild? u want to change the design of code? i seriously cant follow up can u explain a bit more with what u want to achieve and what u have tried till now
Expert
Hello!
Doragonsureiyā
Can anyone suggest me a book(*pdf) for Django?
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Expert
I am new to Django and stuck with a problem while working in Django with docker
Expert
Inside docker container, I ran django using "python manage.py runserver 0.0.0.0:8080" In this case, how can I access my django server on my host
Expert
?
Shivam
use -p 8080:80 flag
Expert
Port binding
Thank you, @ShivamJha1 , but it's still mystery for me as I am new to docker
Expert
Where should I add that flag? to python manage.py runserver?
Shivam
Expert
When you do sudo docker run -p 8080:80
I only did docker-compose up -d —build
Expert
Please excuse my terrible knowledge about docker
Expert
Then I ran uwsgi server and get into that and ran python manage.py runserver
Expert
I am in chaos
Expert
I used to work in my local environment for other Django projects
Shivam
add this below your django server app in docker-compose.yml ports: - "8080:80"
Expert
What does that mean? :D
Expert
in:out??
Shivam
It binds the port of the docker image to the host
Expert
Ah, makes sense
Expert
I get error while docker-compose up
Expert
port is already bind
Expert
Would you please help me on my machine? I can share it with you
Shreehari
Has anyone tried integrating segment with django rest framework ? If this question is violating is any of this grp rules, let me know. Will remove it immediately
sheikh
How to get next and previous object in django query set? Like linked list
Aditya
Has anyone deployed open cv deep learning model on server using django
Aditya
Please recommend any blog or tutorial or anything that can help. Thanks
Anonymous
Hey i need urgent help please
Anonymous
Hey
Anonymous
Anyone?
Anonymous
I need help
Doragonsureiyā
I need help
Please don't ask meta questions like: "Any user of $x here?" "Anyone used technology $y?" "Hello I need help on $z" Just ask about your problem directly! With 60k+ people the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
Anonymous
Hi I'm just starting the fight now
Doragonsureiyā
Hi I'm just starting the fight now
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Anonymous
Has anyone ever seen django tutorial by telusko?
Anonymous
someone has an offer to learn
Anonymous
I was writing a code and I found 2 bugs and I am not able to fix that
Doragonsureiyā
I was writing a code and I found 2 bugs and I am not able to fix that
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites: - https://del.dog - https://dpaste.org - https://linkode.org - https://hastebin.com - https://bin.kv2.dev
Anonymous
So if someone can fix that
Anonymous
Anyone?
Anonymous
Oh ok
Anonymous
I copied the link now what to do
Anonymous
I copied the link now what to do
scroll up chat and see how people share their errorcode
Anonymous
Ok
Rajni
I am new to django can anyone help me..I need to get the names of all employees of a particular department.
Lord Voldemort
Can anyone suggest me a book(*pdf) for Django?
Django for beginners by William s Vincent
Abhishek
Prerequisites to learn django?
Abhishek
What to do before learning django?
Rishu
Python
Rishu
Basics of html css how website works
Kifaru F
What to do before learning django?
If you are complete new to web development, Learn HTM,CSS PHP JavaScript Basic , then Python then Django
Abhishek
If you are complete new to web development, Learn HTM,CSS PHP JavaScript Basic , then Python then Django
I had studied all of these, but want to know how much Python I should know. Only basics or some more.
Rishu
Basics + oops