Shanks
I have created register class in model
丂ㄚ丂ㄒ乇爪.乇乂乇
It’s true i think but i see now some errors
丂ㄚ丂ㄒ乇爪.乇乂乇
https://del.dog/agningimul
丂ㄚ丂ㄒ乇爪.乇乂乇
error code
Anonymous
I need help
Anonymous
Django
Sai
Post your question we really help you
Anonymous
I don't English
Anonymous
I will be carry a picture
Anonymous
My question
Sai
Posting pic is not allowed
Anonymous
Name Error: name 'include' is not defined
Anonymous
In "cmd"
Sai
Try importing include in urls.py
Sai
Ask google
Anonymous
Anonymous
Thanks
Shanks
How to read inputs form bootrap modal form
Sai
Ok
from django.urls import include
Sai
How to read inputs form bootrap modal form
You can read through I'd. Have you tried
Shanks
I'm unable to detect that form
Anonymous
I am using firebase authentication in front end and I need to validate user in backend...Requesting firebase server is making requests slow. How should I handle it?
Shanks
Or reading and Saving inputs from pure html without using Django forms
Xavier
Please suggest best resource for Djnago Rest Framework
Doragonsureiyā
Please suggest best resource for Djnago Rest Framework
Are you looking for Django REST Framework documentation? Here you have it: https://www.django-rest-framework.org/
Shanks
Just check data into request.POST
<form action=' ' method='POST'> <input type="text" name="first_name"> </form> Created this form in base.html having one more more form And this file is parent layout for other files having both login and register page
Mirco
But before you go ahead, remember that Django has login/logout already built in
Mirco
And you don't need to reinvent the wheel
Shanks
In views: I have made a function def register(request): request.method=='POST' first=request.POST["first_name"] print(first) but nothing is getting printed
Mirco
Using Django forms?
https://learndjango.com/tutorials/django-login-and-logout-tutorial
Mirco
Why it's not entering into this function?
Share the code with pastebin And read what I've sent u
Mirco
U serious ? I mean you need to send the full code URLs -> view -> template I'm not stupid if I ask you that question 🙂 It means what you have sent it's not enough to help u
Shanks
In URLs there is only one home page url
Shanks
There is no error in my code
Shanks
The thing is that function is not able to detect the form and it's elements
Shanks
Send at least the full template and the view
Sorry can't share it with u
Shanks
Just think of two modal bootstrap forms in template base.html
Mirco
Shanks
in view I have home and a function for this form posting
Vaibhav
Or reading and Saving inputs from pure html without using Django forms
Use html forms and get fields in request object.
Hamed
How can it be controlled that no more than 3 data are set to the table?
EN
Hey guys can someone suggest the better approach to send the form with multiply choices field and attachments documents + additional fields such as a phone number from page to email or backend in Django? I need that users can fill-up the form and then send it to the backend or email for review.
Fox
yea bro
After you complete the tutorial try to do it yourself. After that try adding new features. The more you do new projects the more you learn.
Naushad
Hello guys I am starting with django can you suggest best way to learn it.
Tushar
Start with this https://docs.djangoproject.com/en/3.1/intro/tutorial01/
Kalik
Hello, I wanna make an online shop with vue and drf Can I use some CMS like django-shop, solear, django-oscar etc or I need to write that from scratch?
Sopan
Hello, I wanna make an online shop with vue and drf Can I use some CMS like django-shop, solear, django-oscar etc or I need to write that from scratch?
So you want to create POS system or e-commerce system (where customers can order online). May I know what kind of shop? is it grocery? vegetables? or something else?
Mysterious
Hello, is there any possibility to run django celery with multiple thread and written inside a class?
âshîsh
I am getting error during running multiple tasks in celery. "Cannot run the event loop while another loop is running"
Mysterious
I am running multiple tasks in celery with normal function method but i want to change it class method.is it possible?
Sopan
Oh - okey! So you want to develop POS system.
Kalik
Anonymous
NOT NULL Constraint failed
Megatron
How can I use HTTP/2 in django
Anonymous
Def cost_view(request, I'd ): Please how do pass this id in class based view
Anonymous
How can i create multi user type by choice field without show admin option in front-end
Anonymous
Def cost_view(request, Id ): Please how do I pass this id in class based view
Sopan
https://github.com/django/daphne - this can help you with HTTP/2 in django