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
Abhi
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
Mirco
.
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
Mirco
And now the LTS is 2.2.x ( if I well remember )
.
Oh , thank you
.
So better would be if I start learning version 2.2?
.
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
Anonymous
Anonymous
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
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
Rohan
But you need good modeling for that
Mirco
Ninja
I m learning django now a days can someone send me study material of djnago
Mirco
Rohan
sagir
Actually I wanna build ecommerce project so what things are required for that
Mirco
sagir
Rohan
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?
sagir
Rohan
Mirco
Like.?
Like everything needed to be a good Django dev
Starting from reading its official docs
sagir
Should I learn bootstrap for Django
Rahul
sagir
OK so it's mandatory for Django.?
cj
sagir
Rahul
sagir
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
Sheshadri
✙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
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!
Sheshadri