Anonymous
Y😞
Anonymous
Sir
Orack
Mirco
Doragonsureiyā
Sir
Check out PythonRes, a channel for Python resources (links to help you out).
Anonymous
Tq
Sunil
Hi guys
Can anyone share Django project where we upload Excel files and do some data crunching which gets reflected in web page. In other words analytics in Django
Thanks in advance
Sunil
Is it possible as I am still exploring django
Doragonsureiyā
Yash
Hey i want to create multi step form so how i create multi step from in django
Mirco
Yash
How to save django form tool data in database
Anonymous
I know this question may be off-topic but pls...
I have a hackathon TMRW on ml+ app development...
Can anyone give some ideas on present issues.?
Anonymous
😅
Mirco
Mirco
Mirco
Anyway there so many ways to do that
Mirco
Especially by using session
Yash
Anonymous
Hi
How I can set serializer read only fields that user shouldn't be set them like post id .
I want receive Id with url and use it in serializer.
Mirco
Dexter
I want to create rest api which will consist images and text, which I will use it with the android
Can anyone guide me how should I start which technology should I use thank you
Anonymous
Can anyone show me, finished projects on django? May I come to your site?
cj
cj
cj
and obviously https://djangoproject.com
Anonymous
Should I stick with bootstrap framework to make site supportable for all devices or any other way there?
🏳️🌈Robby [ Private Message = Spam]
🏳️🌈Robby [ Private Message = Spam]
https://neat.bourbon.io also exists
🏳️🌈Robby [ Private Message = Spam]
Anonymous
Means I can use it in a CSS file..nice
🏳️🌈Robby [ Private Message = Spam]
🏳️🌈Robby [ Private Message = Spam]
Anonymous
Dextroleav
Hello giys
Dextroleav
Guys*
Dextroleav
How can i send the pics of error in django in this group
Omair
Firdaus
Ghorz
happy sunday all, I believe some of us are familiar with SPARQL, particulary using it to extract information from BDPedia.
I worked something out from it, please try out different query and give me feed back, my system isn't perfect yet. Thanks
https://ghorz.com/tools/dbpedia-miner
Abhi
Hello guys
Abhi
I want to delete Google Calendar event with api
Abhi
But unable to get event id
Abhi
Can anyone guide me
Abhi
Can anyone tell me how to get event id
Abhi
No
Abhi
I want to do it
Abhi
I am beginer
Abhi
I am able to list event and create event in Google Calendar
Mirco
So you wanna display some Google calendar into a Django project ?
Mirco
If you are not using Django or you're not wanna integrate into it
Please go to !offtopic group
Abhi
Yes
Abhi
I want to add it with django
Mirco
If u have the list of events, loop into that list and every item has event_id
Mirco
I suggest you to study REST APIs before doing anything else
Abhi
I am able to print list of upcoming 10 event without Django
Abhi
I known it's get post update method
Abhi
Of rest
Abhi
Need little guide
Mirco
Abhi
if not events:
print('No upcoming events found.')
for event in events:
start = event['start'].get('dateTime', event['start'].get('date'))
print(start, event['summary'])
Abhi
you mean here?
Abhi
right
Mirco
Abhi
No
Abhi
I am able to get event id now
Abhi
It's event['id']
Abhi
I just modified and able to print list of event
Mirco
Mirco
Anyway now you know that you need
Now have a good job with Django 😊
Toni
if I want to create two types of users registration (one for normal & one for professionals) then what to do
Anonymous
Django VS CMS, which of them has more power and ability to build dynamic web?
Mirco