Gil
Button is asking for "editareporumbei" reverse name. This name is defined, and confirmed. Django is saing porumpei reverse doesn't exists. I haven't seen this name in your images. Until here I can help you
Anonymous
Ok thanks
Rituja
How to retrieve rank from score in Django / sqlite3?
Dexter
Primary key ('orderid'), Key 'id' ('orderid') Can anyone guide me, what above written lines are in mysql and how do I write in sqlite
Dexter
Thank you
Anonymous
forms.py class RegistrationForm(UserCreationForm): class Meta: model = get_user_model() fields = ('email', 'password',) views.py form = RegistrationForm(request.POST) and i get email, password, re_password from user in signup template why form isn't valid ?
Sheshadri
ModelForm you need to use ?
utkarsh
Hello guys i got stuck in problem
utkarsh
Tell your problem
Bro when i run a command which is python manage. Py runserver
utkarsh
Then it returns nothing
utkarsh
I was working on my project suddenly it got started showing ghis
utkarsh
This
Amen
python3 manage.py runserver 0.0.0.0:8000
Anonymous
Is it possible to customise the saleor template
Anonymous
Can any one guess which technologies i had used to make this web app https://www.bookelf.in
.
Hi everyone, i have a question. If I start learning version 2 of Django, not 3 , is it ok ? Or better choice to start learning version 3
.
But in the internet a lot of great course of Django 2 , so I don't know, which courses I should to start learning
Mirco
And now the LTS is 2.2.x ( if I well remember )
.
Oh , thank you
Doragonsureiyā
Oh , thank you
You're welcome! 😊
.
So better would be if I start learning version 2.2?
Mirco
So better would be if I start learning version 2.2?
Yup, then you can study what Django changed into the 3.x , but at least you have all the strong basics to understand better what is changed and what is not
.
I understood, thank you a lot 🙌
Mirco
Yw
Anonymous
Saleor package need help on how to customize the frontend
Anonymous
Is it possible to customise the saleor template
Mirco
Is it possible to customise the saleor template
Yup, you need to know React as well
Anonymous
Yup, you need to know React as well
So if I'm a backend developer, I can't do this?
Abhi
So if I'm a backend developer, I can't do this?
If you are front end or full stack then it might be possible
Mirco
So if I'm a backend developer, I can't do this?
It's obvious you can do it, but without a knowledge of frontend stuff is much more difficult
Mirkənan
Hey guys, how do I access particular fields in rest framework that is connected via OneToOne field? I extended my User model as Profile model. here is my code : https://paste.ubuntu.com/p/y7kZx27kc2/
sheikh
How to use login required with class based views
Anonymous
Eng. Medson
How to use login required with class based views
@login required work for function based vieq
Eng. Medson
for class based view use LoginRequireMixin
Eng. Medson
I have my project, I want to upload multiple images, and I dont want use ajax, what other method can i use?
sagir
What should I go for after authentication.?
sagir
M beginner for Django
Rohan
What should I go for after authentication.?
Probably the business logic of your app
Rohan
But you need good modeling for that
Ninja
I m learning django now a days can someone send me study material of djnago
Doragonsureiyā
I m learning django now a days can someone send me study material of djnago
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
sagir
Actually I wanna build ecommerce project so what things are required for that
Ninja
Read the pinned post
Bro i want pdf of django if uh have
Rohan
Bro i want pdf of django if uh have
"bro" read the pinned post
sagir
Rohan
You have to think of the process properly and see what exactly you are trying to solve
Rohan
It's called defining software specifications
eazy
Can we build offline desktop apps like offline billing software with django?
Mirco
Can we build offline desktop apps like offline billing software with django?
Django is not for desktop apps You could have a look to a PWA with a backed powered by APIs built with Django
Mirco
Like.?
Like everything needed to be a good Django dev Starting from reading its official docs
sagir
Should I learn bootstrap for Django
sagir
OK so it's mandatory for Django.?
sagir
no
Ok
Rahul
Doragonsureiyā
M beginner for Django
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
✙Yaroslav
Hi guys. Can you help me please? So, I have model is Schedule, it has a foreignkey group, there are no more fields in it. There is also a model AdditioanlSchedule, in which there are foreignkey schedule, and other fields. How to make sure that in the admin panel I can select a group from the Schedule table, and below were the fields from the AdditioanlSchedule table. And in the end, so that on the selected group, all data from AdditioanlSchedule is attached to this group?
✙Yaroslav
I have screens
✙Yaroslav
Write me and help me, please
Doragonsureiyā
Write me and help me, please
Read this please: http://www.catb.org/~esr/faqs/smart-questions.html
Gil
Hi guys. Can you help me please? So, I have model is Schedule, it has a foreignkey group, there are no more fields in it. There is also a model AdditioanlSchedule, in which there are foreignkey schedule, and other fields. How to make sure that in the admin panel I can select a group from the Schedule table, and below were the fields from the AdditioanlSchedule table. And in the end, so that on the selected group, all data from AdditioanlSchedule is attached to this group?
ok..... You must think that admin is a great generic model of frontend. So the forms that you find are the most used. You are asking for a personalized form, or maybe better perzonalized procedure. I don't know what recommend to you : write your own frontend out off admin.... or you need a special admin template for this object-view-add, you will need to play with JS for changing fields. But I don't know what way is better for you.... try yourself!