Sami
like this
Mirco
do I have to use the model User for that or any model would work
For custom authentication , u need to write an AuthenticationBackend and set into settings
Sami
and where can I write this custom authentication
Sami
i mean where can I find it
Mirco
You find all u need on official docs
Rajat
Hi everyone i have a mini project to do on student database system i need some help where to begin with django also i want to implement things like auto updation of results of a student from other website and parent login to see statistics of student performance also graphical representation of performance and staff login also live attendance system
Rajat
And it should send mails of results attendance shortage stuff
Rajat
Can i get links of online tutorials which can help me do this atleast some of it?
Anonymous
does any one have school management project in Django
Anonymous
I need that one
Anonymous
Здравствуйте! Есть русскоговорящие? Хотел бы задать пару вопросов по Wizard Form
CHANDRA SHEKHAR
is there any way in which i can filter the through django models in template rather than fitering it on views.py
Oleg
Здравствуйте! Есть русскоговорящие? Хотел бы задать пару вопросов по Wizard Form
This group is English-only. You might want to ask in @ru_python or some other Russian-speaking group.
Anonymous
cound you please help me out
Anonymous
how to different privllages users
Anonymous
in django
Mirco
Anonymous
How to Implement Multiple User Types with Django
Anonymous
this is my requirement
Mirco
How to Implement Multiple User Types with Django
https://simpleisbetterthancomplex.com/tutorial/2018/01/18/how-to-implement-multiple-user-types-with-django.html
Anonymous
i am also reading this article but could you please simplify this
Mirco
i am also reading this article but could you please simplify this
Take a breath and read again, it's one of the simplest out there
Anonymous
okay
Andrew
Hello, someone can suggest how to solve the problem with CORS, for OPTIONS it is necessary to specify what methods are acceptable, how to do it correctly in django?
Anonymous
Hi
Anonymous
How can I create a UserProfileForm in which I can view other profile too and mine too?
Syam
Any free platform available to upload our django to show it through LinkedIn etc?
Anonymous
Send me django tutorial
Rohan
Send me django tutorial
Read the pinned post
Yash
When i was trying to extending my User model then i get User object has no attribute User_profile
Yash
Error
David
Hey there. Did any of you tried to use clean archetecture within django? I mean, creating the business entities and the direct mapping to Model objects to avoid accessing to the db through views, for example. My objective is to introduce something like CQRS in the db access level changing the accessed database through routers. I've read several posts about this but the results didn't convince me.
Nurbek
1) Implement a RESTful JSON API with full CRUD for a "TODO" resource. 2)Each TODO needs to have at least 2 fields - a text field and a date. 3)Implement a separate endpoint that, given a date period, returns all TODO objects in this period
Nurbek
guys can u please help me with django rest, i can't understand the last task😅
godmode
I want to make an API as well.... But i don't know about what... An API blog? It could be useful to understand but does really a blog need an API?
Adarsh
I want to learn web development
Adarsh
So, what are the prerequisites for Django
Adarsh
?
Muflone
Python and Django documentation
Anonymous
So, what are the prerequisites for Django
Python Google pip install django
Adarsh
And best way to learn Django
Adarsh
?
godmode
So, what are the prerequisites for Django
Ummm... More or less understand how a relacional database works... But you don't really need to know SQL ,Django do It for you.... Python and some basic coding knowledge ...
godmode
Maybe know how http works , some html and css
godmode
Python and Django documentation
This and some YouTube channels
Anonymous
Hi folks. I have external service which provide me with data in json format. One of the key:value pairs contain information about event starting time like this 2019-05-19T00:00:00+00:00 i dont understand which time format is it and which field type i should use to store this data in postgresql database. Please help me
Muflone
And best way to learn Django
Don't miss wsvincent website, it has the best Django articles
godmode
Don't miss wsvincent website, it has the best Django articles
I didn't check It out!!! Thanks , i've been learning Django about three months
godmode
I got an self-learning blog for myself in GitHub, could i share it?
Muflone
Also agiliq has good hints for Django and Django admin
godmode
There is a man who is developing a API blog in YouTube ... But i don't wanna be doing blogs hahahah all the time ... I'll get over my blog when i finish the write update options , some analitics, and access... Just to let a useful blog...
Nurbek
Thanks man
hi, did u find the another way of fixing the datefield? without dateutil?
Anonymous
Nurbek
I'm trying to fix it by changing 'DATE_INPUT_FORMATS': ['iso-8601', '%Y-%m-%dT%H:%M:%S'] in settings py
Nurbek
but nothing happens
Nurbek
I didnt try yet. But dateutil is good method.
i suppose its not a best method, and kindda risky or its seems to me?
Anonymous
i suppose its not a best method, and kindda risky or its seems to me?
I am not so good in django and python. Can you argue why method with dateutil isnt good?
Nurbek
I am not so good in django and python. Can you argue why method with dateutil isnt good?
i'm new too, I supposed, it would be better to change the initial settings of rest_framework rather than using parsers or something, but as I see, I couldn't find any other option in Google, however I found a better parser called "ciso8601"
am π
Problem : sending python list as encoded into json via socket.... it is returning error on decoding at socket client when called within flask
Gourav
can i change my django project to android app if yes which one tool are used.
Gourav
no
thankyou sir
Gourav
sir can you give me project ideas .
Anders (izzno / gooood) 🇳🇴
thankyou sir
You can wrap your page in an android app
Gourav
i work on django technology i'm a begginer.
Dennoh
Quick question guys, so hosting any Django app requires your host to provide a Vps?
Ori
Quick question guys, so hosting any Django app requires your host to provide a Vps?
Usually, yes. Though I've seen virtual hostings supporting Django apps.