Maz
As for speed....it's a pretty fast environment to host your code in.
Maz
https://dzone.com/articles/the-pros-and-cons-of-aws-lambda
Anonymous
How to give privileges to certain registered users in django? I use allauth
Gourav
Do somebody used AWS Lambda hosting with Django? Any reviews? Is it fast enough? And how much did it cost u?
It has also some size issues your full project size must be 247mb including dependces.
Piyush
Hey developer i want to create a django site : Function in size : User upload a csv file of products id (in the csv file have rows ) Find first rows data from exmaple 1 api And find the second rows data from example 2 api Then compare their price and show on page
PV
I have an idea of starting a blog on django, what are your opinions
PV
I have a doubt, i want to block the deletion of customer who is associated with a sale or purchase
PV
And if edit customer name, it should be reflected on all sale data entered before
PV
How can i do that
PV
FYI, i am updating deleted model field as true on deletion which should be prevented if it is referenced anywhere
𝓈𝒽𝒶𝒽𝓇𝑜𝑜𝓏
hi whats the problem? https://www.iffuci.tk/udaronakip
Alex
Can anyone help me on this project
What help are you asking? If you have questions about the code - ask them here
Valery
hi whats the problem? https://www.iffuci.tk/udaronakip
You need to use correctly timezone like timezone.now() or kind of. https://docs.djangoproject.com/en/3.0/topics/i18n/timezones/
Nurbek
As for speed....it's a pretty fast environment to host your code in.
Yes thanks! I wanted to know if its fast enough, about size of a project not a problem its about 30 mb small project, but the speed, for instance more traffic will be from central asia and theres only a region in Bahrain which is the closest but again not that close. I will try it anyways. Thanks
Anonymous
https://stackoverflow.com/questions/60110146/how-can-to-test-stripe-api Help me with mocking pls
Anvesh
I am using a storage class with filefield of model. Now migration for the model containing this file field is created . Now if i change something in the storage class...so why new migrations are not getting created...and will my new changes reflect in the model?
Tejas
I uninstalled django and then installed django again. Now I am getting this error. django.template.library.InvalidTemplateLibrary: Invalid template library specified.
Valery
Migrations are needed to create, update, delete, and so on in the database table. After changes to the class, you need to perform the makemigrations and then migrate to apply this changes. So what do you mean "so why new migrations are not getting created"
Tejas
And ImportError raised when trying to load 'django.contrib.admin.templatetagd.admin_static'
Valery
look here https://stackoverflow.com/questions/59148185/django-error-cannot-import-name-removedindjango30warning
Anvesh
Migrations are needed to create, update, delete, and so on in the database table. After changes to the class, you need to perform the makemigrations and then migrate to apply this changes. So what do you mean "so why new migrations are not getting created"
I did makemigrations...but no new migration is created. So my simple question is it say i have a field field = models.filefield(storage=SomeStorageClass()) Now If i make any change in SomeStorageClass so will new migrations come up? And will my new changes to SomeStorageClass will reflect ?
Valery
Have you checked the documentation https://docs.djangoproject.com/en/3.0/howto/custom-file-storage/?
Dhruva
How can we have template for the form rendered in form wizard
Valery
Okay
Abhishek
Hey everyone, what is the easiest way to achieve email verification on user registration in DRF?
Anonymous
Hello guys... How to implement webhook using Django
Anonymous
Can you give me a detail note..?
Alex
Hello guys... How to implement webhook using Django
Let's start from scratch. Do you know what is a webhook?
Anonymous
No... I'm in first time...
Alex
No... I'm in first time...
I general, you need to provide some url route that will work by protocol defined by the client. Details depend on your particular case.
Anonymous
purpose is to implement coinbase bitcoin transaction, using coinbase-commerce
Anonymous
Okk... Thank you...
m0nte cr1st0
Help me with channels testing pls( https://stackoverflow.com/questions/60114306/unittesting-for-django-channels
░▒▓█ 𝕲𝖆𝖚𝖙𝖍𝖆𝖒 █▓▒░
Did anyone create any projects in python?
░▒▓█ 𝕲𝖆𝖚𝖙𝖍𝖆𝖒 █▓▒░
IEEE 2019 projects using DJango
Manish
How to insert data to table in django i have customized html form but when im including csrf token all other fields is visible to web page
░▒▓█ 𝕲𝖆𝖚𝖙𝖍𝖆𝖒 █▓▒░
Guys i need an academic project in python please help Stock trading management I am very poor and unable to buy the code from people if anyone has please help me and explain me so that i can clear my studies
Luis
As Alex says, provide your code
Sweetie
How can I convert keys name like itemID to item_id. I was using pyhumps to decamelize dict which works good except when key names are like itemID it makes it itemid . My data to create rows comes from an api call and it returns camelCase keys.
Alex
*use
ᐯᑌᏞᏦᗩᑎ📈
does django 3 support UserCreationForm?
Alex
does django 3 support UserCreationForm?
have you tried to google it?
ᐯᑌᏞᏦᗩᑎ📈
yea but no answer
Alex
yea but no answer
I think you lie. Literally 10 secs google https://docs.djangoproject.com/en/3.0/topics/auth/default/#django.contrib.auth.forms.UserCreationForm
ᐯᑌᏞᏦᗩᑎ📈
oops thanks
Trials
I think you lie. Literally 10 secs google https://docs.djangoproject.com/en/3.0/topics/auth/default/#django.contrib.auth.forms.UserCreationForm
I bet he asked something like "How to make pizza" but he actually wanted to know how to make chips and he has the ingredients to make cakes on his hand...
Anonymous
https://stackoverflow.com/questions/60116978/how-can-to-test-facebook-auth-in-django
Anonymous
Can help me, pls?
Anonymous
Now I have written an online store. I add all the products from the admin panel myself. The question is this. How to create an opportunity for sellers to register and add products to them?
Anonymous
Just create some forms and views to allow they do that
At this point, everything is clear. I am about authorization. That is, there is authorization for customers and there is authorization for sellers.
Anonymous
hi, how i can debug my code in django?. for example in laravel there is dd() but l cant similar dd() in python
Anonymous
Do you have only models and admin, right?
I have three models now. Item, Order, OrderItem.
Luis
I have three models now. Item, Order, OrderItem.
To handle who can do an action, you can use django permissions, custom permissions or django-guardian. I never used guardian, but some people recommends it.
Luis
https://docs.djangoproject.com/en/3.0/topics/auth/default/#permissions-and-authorization
Anonymous
Do you mean permissions?
Yes. Now I want to do it. So that customers add products and can only view orders of goods that they added
Luis
Yes. Now I want to do it. So that customers add products and can only view orders of goods that they added
Oooh you need filtered data... I think you can use a custom Manager o ProxyModel for that
Ganesh
there's not Django 9.0
hello guys which are the designing tools are using in python project
cj
hello guys which are the designing tools are using in python project
why on the F*** earth are you replying to a random and very old message?
Ganesh
By mistake
Ganesh
Write
Luan
Hello, I need to make a query that is corrected when changing the page or updating the page does anyone have any tips?
Dhruva
|as_crispy_field got passed an invalid or inexistent field
Dhruva
How to resolve
Dhruva
And is pointing out at Bootstrap cdn path