Lucid
Sumit
Lucid
And computing the sum of each row i can see the results on terminal
Lucid
Sale->sql*
Lucid
Anyone have an idea to append a new column in existing database
Kanhaiya
Please give best resource to learn Django Rest Framework
Kanhaiya
I want to build a Job Portal Api Using Django Rest Framework
I am looking for a mentor to guide me through this
Anonymous
I want to make a python scrapper that scraps urls and open it to a new window then scrap that page and again it has url it has to open new page also.
Can anyone help me which tool or framework should i use
Anonymous
KDragon:
Good morning everyone
Did you know any resources about building web app with docker django react Nginx postgresql and using Heroku for hosting ?
Джентльмен
Mikael
Hello, a quick question here. When deploying Django to production, do you get the admin functionality just as in development or do you have to worry about creating the admin site?
Джентльмен
Джентльмен
But if there are other accesses (for example managers), then you have to worry about it
Subhransu
Anonymous
Lucid
No I never did web development before
Lucid
And we are assigned with semester project and I only have some basic knowledge of Django after putting a lot in the project
Lucid
And now I am stuck I can't figure it out how Am gonna grade the total marks
Anonymous
You can tell me more about your semester project in private messaging ?
Mirco
Doragonsureiyā
You can tell me more about your semester project in private messaging ?
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 ~80,000 people here, the probability that someone will help is pretty high.
How to ask smart questions: http://catb.org/~esr/faqs/smart-questions.html
.
Yo anyone got any intermediate project ideas with Django and React
Alexey
!anyone
Doragonsureiyā
Maybe anyone is here, yes, but they are not obliged to read everyone's message here neither to reply to everyone's message, if someone wants to reply to your message, they will do that, just don't try to draw attention to your message writing "anyone?" every 5 minutes, that will lead you to be warned for SPAM/Flood, just be patient or use Google/DuckDuckGo to research about your question instead of wasting time here waiting for people to do your work.
Have a nice day 😊
.
Yeah I could make that as well
.
Mikael
Lucid
Sumit
Hi, Why we use .env file for secret key in django? Is it also required if we use it on our own server and using apache to host with django.
Sumit
I want to know what is special with this .env or .ini file.
Sumit
What it provides that makes a django site more secured?
Saila
Hi all, need help on django allauth setup on Google login authentication, after successful sign in from Google , it's not redirecting to home page. I am facing 404 error as "the requested URL /accounts/google/login/callback/ was not found on this server '
Sumit
Ok
Sumit
If we don't want to push it in any repository then?
Sumit
Will it be required too?
Marcos
Hello
Marcos
Somebody use Geonode?
Marcos
I'm trying to change an variable called API_LOCKDOWN to True, but that doesn't reflect in the application.
Marcos
When i enter to api section, even anonymous i am able to see the result
sravan
Please help, Django celery beat not working with multiple databases used in django
Lucid
https://del.dog/utowacofam.txt
Lucid
How can I append Total as new column in existing database
Lucid
And show it to the front end
Lucid
Anyone with good development logic ?
mukul
Anonymous
I guess there is a method that is called append()
mukul
Wait
Anonymous
What type of data returned by the method read_frame() ?
Lucid
Lucid
Anonymous
I mean by the type is it dict or array ?
mukul
Okay waiting
amount_paid = models.CharField(max_length=50)
amount_left = models.IntegerField(default=0)
def save(self, *args, kwargs):
self.amount_left = int(self.total_amount) - int(self.amount_paid)
super(ShipmentDetail, self).save(*args, kwargs)
mukul
Lucid
Lucid
Anonymous
I guess Mukul's answer is useful, yes in model
mukul
Lucid
If you please tell me then how can I connect it to the views
Lucid
I would really be grateful
Lucid
Yes
mukul
Yes
Have you update the models
Lucid
Along with the all data its a table or excel file
Lucid
Doing it
mukul
mukul
Models.object.filter(for particular thing)
mukul
You can use them
Lucid
https://del.dog/ylobippofi.txt
mukul
mukul
Lucid
Lucid
https://del.dog/ylobippofi.txt
Lucid
This is it