Saurabh
No
Saurabh
Sorry, it is there...My application is also working fine.
Saurabh
Users are able to login with google
Anonymous
Hey can anyone share with me good tutorial for django3, i tried youtube but contents are not organised and instructor always have half of the code already written or says he will explain code in future lecture.
Saurabh
After login homepage opens up like its in logic of redirection.
Anonymous
guys this what type of api get or post or put or delete in views. py
Anonymous
from django.shortcuts import render from rest_framework import viewsets from .models import Todo from .serializers import TodoSerializer class TodoView(viewsets.ModelViewSet): queryset = Todo.objects.all() serializer_class = TodoSerializer
Saurabh
I just now wants to enable admin support.
Shivam
hey. I'm making a project where i have to upload image using REST API and then resize that image and return that inage in response
Shivam
image* can anyone help me for that?
ꪉꫝꪖꪹᦋꪖꪜ
Watch code with harry vdos on YouTube
Sarjat
Guys i have a question about django... can we make mobile applications using djnago? Is yes how?
cj
Guys i have a question about django... can we make mobile applications using djnago? Is yes how?
Django is a web framework, not a mobile framework, you can build mobile responsive web tho and show them on a webview on your mobile app
Sarjat
Ok
Charly
Or use django as a webservice por a mobile app done in other language
Anonymous
Hi. I was wondering if the visitor has a noscript add-on (which disables js), is any part of django affected, including admin area?
Hello
Guys i have a question about django... can we make mobile applications using djnago? Is yes how?
There are various types of mobile apps, like native apps (made with java, swift) hybrid apps made with flutter, react native etc, but none of them could be made by django. One easy way would be to make a completely responsive webapp with django, and show it in webview in any of the above mentioned app.
Charly
you can try by yourself disabling js in you browser
Anonymous
yeah the parts that use javascript will be affected
Do you know which parts are they. Admin area is obviously one but do you know more examples?
Charly
Do you know which parts are they. Admin area is obviously one but do you know more examples?
The admin area is the only stantard piece of django, al other vbiews are made by you and you will know where is using javascript
Bobosher
Hi guys, how can I add the second attribute to the table on admin panel. Like: Users: Email:
Maz
Guys i have a question about django... can we make mobile applications using djnago? Is yes how?
Create REST API in django then consume it using a mobile-native frontend. If you dont want to go the webview route.
cj
✅✅✅✅✅✅✅✅ Group is open again... be sure to read the rules (@PythonRules) and don't break them if you don't want to be banned
Daisuke
Create REST API in django then consume it using a mobile-native frontend. If you dont want to go the webview route.
I'm new to web-dev so what are the things I should be aware about before learning REST api?
Maz
I'm new to web-dev so what are the things I should be aware about before learning REST api?
Just django. First learn python thoroughly..even if it takes 3 months. Then learn django...trust me you'll be happy later. Also, read articles on web architectures...you'll learn what REST APIs are. After you learn django you can be building rest apis with ease.
Maz
I have a question. How we actually make api for third party site. Do we need to learn web scraping?
Depends on your use case for the api. Do you need 3rd party data? If so you'll have to scrape it. But consider issues with CORS and authentication too.
Daisuke
What do you mean by tech tools?
Different frameworks, architecture, tech stack etc
Maz
Different frameworks, architecture, tech stack etc
Just the common ones. Django, Laravel, Node.
Daisuke
Spring?
Maz
But one common thing among all of them is understanding web architectures.
Maz
Spring?
Nah, not my cup of tea.
Daisuke
It's going off topic but I would like to ask you few questions. Is it okay if I dm you?
Ing. Mario Tamayo
https://pastebin.pl/view/880dcdb3
Ing. Mario Tamayo
Any idea of how can i get tthe selected checkboxes in the request.POST
cj
Any idea of how can i get tthe selected checkboxes in the request.POST
what checkboxes? there aren't any checkboxes in that code
Ing. Mario Tamayo
mb
Ing. Mario Tamayo
https://pastebin.pl/view/7b961213
cj
https://pastebin.pl/view/7b961213
put a name to the chekbox inputs... without a name they won't appear on the payload
cj
<input type="checkbox" class="default" name="tipo_1"> and so on
Ing. Mario Tamayo
once i put a name on them how do i get the selected checkboxes on the request.POST?
cj
request.POST.get("tipo_1") for example
Maz
I'm new to web-dev so what are the things I should be aware about before learning REST api?
https://stackify.com/web-application-architecture/ For the newbies. Read such widely.
Anonymous
Guys I have a huge problem when the user signup they are register in auth_user table in data base but tge login check account_user table ?? Did any one here see this logic error
JOE
I Want to practice on python Django projects(begginer level projects)can anyone help with their suggestions??.
Maz
Most of the questions admins struggle to answer here can be solved by a simple Google search though.
Anas
Hy. Any one done complaint registration application?
Anonymous
Geekyshows youtube channel
Anonymous
Book ka kaam hi nhi padega
Anonymous
Django 3 By Example
Carlos
Django for Beginners
Anonymous
Yes
Carlos
Google it my pal
Anonymous
I have sent you
M
If u want to learn django I will refer you you tube channel of geeky shows ..given u know hindi ..try it
Sadra
Hey guys, I'm new to Python and Django and when I created my first project, it showed an unresolved import error when I was importing from Django packages. Can anyone tell me how to fix that?
Hey :) Make sure you've activated your venv if there is any virtual environments. Check pip packages using pip freeze. Take a closer look at Django packages and sub packages.
Siddharth
Guys i have installed Django 1.11 globally in my computer but in one of my project i want to use Django 2.2. how can i install 2.2 without replacing 1.11 in my system?
Siddharth
Virtualenv
Can u tell me the steps for this
Rohan
1. Head to your favourite search engine 2. Type virtualenv python 3. Read about it and understand some basics 4. Profit?
Azure dump master
Okk
Azure dump master
What t hell ... leaving group
Rohan
What is the group used for, There is always answer in the search engine
To ask things related to django. I gave him a fine hint.
Siddharth
Is virtualenv and virtualenv wrapper work same?
Rohan
Being low effort is your personal problem.
Rohan
Is virtualenv and virtualenv wrapper work same?
No, it's a wrapper that provides utils to manage virtualenv
Siddharth
From where i can find clone project like clone of amazon or netflix in django?
Rohan
Dude, you gotta learn to google stuff