Pankaj
class Plan(BaseModel): # Plans for insurance name = models.CharField(max_length = 50) # Name of insurance cover sum_insured = models.DecimalField(max_digits=10, decimal_places=3) description = models.TextField()
I have a plan model like this I have only 7 plans which have field sum insured which is also fixed in 6 plans but in one plan it is a choice of two price amount what should i do for correct database?
The mint of Linux **
Can anyone help me...how can I take 3 images input via user..in Django..creating a modle ??
Anonymous
Getting error while installing it..
Mucha
Hey guys, in need of simple advice, what aspects of my web app should I write tests on,?
Pankaj
class Plan(BaseModel): # Plans for insurance name = models.CharField(max_length = 50) # Name of insurance cover sum_insured = models.DecimalField(max_digits=10, decimal_places=3) description = models.TextField() I have a plan model like this I have only 7 plans which have field sum insured which is also fixed in 6 plans but in one plan it is a choice of two price amount what should i do for correct database?
Anonymous
Any reference code to integrate wallet in the app
Mirco
Yes I do..
ok if you know what it is, you know what to do if python tells u module does not exist
Doragonsureiyā
Any reference code to integrate wallet in the app
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box write down the same words you asked here Step 4: Read the firsts results
Melvin
Hey Anyone knows how I can embed gitbook into a django app?
Doragonsureiyā
Hey Anyone knows how I can embed gitbook into a django app?
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 a very high amount of people here the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
Doragonsureiyā
Hey Anyone knows how I can embed gitbook into a django app?
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 a very high amount of people here the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
Doragonsureiyā
Can anyone help me...how can I take 3 images input via user..in Django..creating a modle ??
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box write down the same words you asked here Step 4: Read the firsts results
Aneesh
i am using firebase database using python firestore trigger for push notification my code is     newtoken=[usertoken] message = messaging.MulticastMessage( notification=messaging.Notification( title="Push title", body="Push body"), tokens=newtoken, ) respponse = messaging.send_multicast(message) print(respponse)   i am getting notification in android but IOS device not showing notification
Aditya
is anyone has deep knowledge of heroku? Heroku database connectivity | connecting two APPs
Anonymous
Can anyone please tell me, how to serve uploaded media files on heroku ?
Anonymous
Use django-storage
Is it going to work for the data which is being retrieved from heroku-postgres database ?
Shyamkumar
Is it going to work for the data which is being retrieved from heroku-postgres database ?
For data, it uses heroku-postgress and for media file storage django-storage.
Shyamkumar
Rids
Can someone help me on my project..my project has a model Products which is not being detected by Django server
Rids
All the codes are correct and similar to the tutor
Rids
Even then it shows you've 1 unapplied migration
Rids
Even when I try to apply migration it doesn't get applied
Rids
And not being detected
Anonymous
welcome man
Brother django - storage is working with custom storage backends like amazon s3, google cloud and all, but it all contains pricing. But my project is too small it is going to store only 80 - 100 images, what i have to do now
Bunty chhatri wala..
Book suggestions for Django Rest Framework? Anyone?
Аброр
Book suggestions for Django Rest Framework? Anyone?
Read documentation. It's better than any book
VaRuN
Any channel for djangoo development tutorials for beginners
VaRuN
??
sheikh
Anyone familier with Celery?
Anonymous
check once
Sh
Assalamu alaikum. what is the difference between simple jwt and jwt in django?
Sh
which is complicated?
Sumit
Hi, I am using django-mptt and wants to restrict with two child, i.e. I want to create binary tree. How can I achieve this.
Mirco
which is complicated?
no one if you know what it is and how to use it
Mirco
and I bet simple-jwt use jwt package behind the scenes
Anonymous
Hey guys
Anonymous
I have created recaptcha in my login Page which I created before. but when I wanna use it, it doen't Show me the question to get the score and it doesn't correctly work. What Can I do?
Anonymous
raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal301", "gdal300", "gdal204", "gdal203", "gdal202", "gdal201", "gdal20"). Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings.
Anonymous
tell me hoe can i set path in proj
Anonymous
tell me how can i set path in proj
محمد دلشاد
Anonymous
GDAL library path
Anonymous
May I know how to get value of h1 tag (other than input) from html in django?
محمد دلشاد
GDAL library path
https://docs.djangoproject.com/en/3.1/ref/contrib/gis/install/geolibs/ this blog will help u there
محمد دلشاد
May I know how to get value of h1 tag (other than input) from html in django?
that can be taken via JS and send that data via fetch api
Anonymous
what path sir?
you are working on geodjango
محمد دلشاد
Anonymous
ok
Anonymous
any one working on geodjango
7H3
any one working on geodjango
I'm just starting😊
Anonymous
do you have install gdall. and GDAL library path
Anonymous
I'm just starting😊
do you have install gdal. and GDAL library path
Kushal
How to use dropdown from model and use for crud it again?
Yes
Anyone can help me to deploy django + nginx + gunicorn + supervisor + mysql on my vps centos 8 please I have tried but I couldn't.. please help me many thanks
Vivek Khillar
Need a help
Vivek Khillar
I was developing a ecommerce site
Vivek Khillar
How can i add products
Vivek Khillar
By which i add products in admin panel
Vivek Khillar
And it shows in index page
Vivek Khillar
??
Vivek Khillar
Please need helps
Vivek Khillar
???
Rajan
Please need helps
Show me project ... After I can help you
NXiss7
Hi Those who work in Turkey in a company as backend developer, can you reach me out through PM, I want to ask a question. 🙂
Yes
I can deploy with apache .. in case of nginx I can try... ...
Cool, it's OK.. I can setup my Domain with apache instead of nginx simple so let me know if you can help me
The mint of Linux **