Amir
or https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django
Thank you, and where can I see the finished projects on Django, which were written only on this framework
Nayan
Hi the comple code is here - dpaste.org/od43
Please anyone can help me to slove this ..
Mohit
Can anyone help me, how to host a Django project using A2 hosting
mhamed
Hi how I create a new dB.sqilt on python to update the data and remove the old
Taku
How can I build real time chat app in Django?
Taku
Any tutorials?
Anonymous
Any tutorials?
You will have to use something like async
Taku
You will have to use something like async
Where can I find tutorials on this?
Anonymous
https://medium.com/@9cv9official/simple-chat-app-using-django-channel-ed5032b79b9c
Anonymous
Check Django channel
Taku
Thank you bro
వ్లాదమిర్ పుతిన్
how can i achieve this in django ?? https://www.google.com/maps/d/embed?mid=1ApKHLedvDC_zU171g_KBclch63hLU_ZC&ll=3.719231749715385%2C19.997148675023936&z=2
Doragonsureiyā
how can i achieve this in django ?? https://www.google.com/maps/d/embed?mid=1ApKHLedvDC_zU171g_KBclch63hLU_ZC&ll=3.719231749715385%2C19.997148675023936&z=2
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
వ్లాదమిర్ పుతిన్
!search
i dont know what to search . im not that dumbb
Anonymous
Hi guys How to integrate django and python-socket io?
Anonymous
Hi guys How to integrate django and python-socket io?
or should I use different library to manage real time things in django and djangorestframework?
Roman
Hi guys how do I work ou modelViewSet. if my model is base for 2 more models and I want to handle them in one view ?
Mr
How to create django project exe
Astrapel
How to create django project exe
research about nuitka*
Mr
We can use django as a offline project using sqlite database
Mr
It is possibly or not
Mirco
Mr
Please send me any blog or video so i clear my doubt
mhamed
Hi
Mirco
Please send me any blog or video so i clear my doubt
What doubts ? You can develop a django web app locally offline but if you need to let users play with it , you need to publish somewhere on internet
mhamed
I have a question
Mirco
For what?? I dont want published online
And who will use your web app ?
mhamed
Every time I want to start a new project django with python I should install django?
Mr
And who will use your web app ?
Bro listen i wann create a gst application software and use offline its possible or not
Mirco
Bro listen i wann create a gst application software and use offline its possible or not
I'm not your bro first Second if you don't explain better what you wanna build, how can we help u ? 🙂
Mr
I wanna create a software in python and use offline... But i wanna i also add some css and html for ui its possible in or not....i try eel but eel we can create exe
Mirco
You can build APIs but this means you need connection
Mr
Any other thing
Mr
I wanna use tkinter but in tkinter ui is too much old
Ninja
For making app which one is best vue,kivy or other ones...for python django
mhamed
Yes
Thnks bro
Ghorz
Yes
Savage😂
Ghorz
For making app which one is best vue,kivy or other ones...for python django
No one is better. Your use case depends. Flight or Rail which is better?. The destination depends.
Ghorz
Kivy is Python for native app. Deskop, IOS, Android
Ghorz
Vue for web client
Ayush
I am intermediate at Django how can i take it to a advance level
Omar
I am intermediate at Django how can i take it to a advance level
On my opinion that you should build more projects with ideas you don't know how to do it, then explore, discover and develop.
Gil
I am intermediate at Django how can i take it to a advance level
Trying to understand django admin, django models, for example if don t have any project in mind
Shubham
"GET /about HTTP/1.1" 200 13
Shubham
What is this it stops my server
Gil
What is this it stops my server
Are you shure? Is log level from django views, that returns 200 to client. No error here.
Shubham
I didn't get you
Shubham
"GET / HTTP/1.1" 200 3030
Shubham
This is another
Shubham
It stops my Admin as well
Danilo
Morning guys, how can i use array in openAPI? i'm trying this: 'signers': openapi.Schema( type=openapi.TYPE_ARRAY, items=openapi.Items(type=openapi.TYPE_STRING) ), but no name was shown m my array
Hello. I want create a project that has a website and Android and ios app. So i am confused about which approach should i try. 1. Website with react and create API for the backend and mobile app in DRF 2. Website with django template and add API for mobile app. And I also need a website and app sync like other websites.
Gil
It stops my Admin as well
If you dont detail more, unable to help you. This log record is a result of fine communication to browser Detail more
Shubham
Yes brother
Shubham
What details you want
Shubham
Hey @GilObradors
Shubham
Why my admin is not running after /admin
Shubham
It stopped
Shubham
Otherwise everything is running
Gil
Why my admin is not running after /admin
https://docs.djangoproject.com/en/3.0/intro/tutorial02/ https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Admin_site https://tutorial.djangogirls.org/en/django_admin/
Shubham
Thanks
Ayush
hello everyone... I am new to django
Ayush
i have one question... is it necessary to create virtual environment before installing django from command line?
Ayush
i mean what if i install django without any virtual environment activated?
Omar
Anyone who has implemented first data gateway on Django-Oscar
Ayush
Its not required, but strongly recommended
if i install django inside virtual environment then do i need to install django in every new virtual environment?
@Pratik
Yes
Ayush
doesn't that increase burdon of installing it everytime?
@Pratik
One project 1 time required to install
Nikolay
doesn't that increase burdon of installing it everytime?
You can write script to automate it, or use PyCharm it make things easier