Re: Single Sign On in Django

2022-11-15 Thread venkat Bukka
Hello, I did gone through that article, I am a beginner to the django so if someone could provide me any example project on SSO it would help me. Thank you!!Regards B V Suresh On Wednesday, 16 November 2022 at 01:01:03 UTC+5:30 avinash...@gmail.com wrote: > You can use django-simple-sso

Re: Page Integration

2022-11-15 Thread M Adnan
Join Django developer what's app group link below to discuss Django questions https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 On Fri, 11 Nov 2022, 12:07 am Pooja Kumari, wrote: > Where I have to use save() method? In models or somewhere else? > > On Thu, Nov 10, 2022, 9:19 PM Lakshyaraj

Re: public-permission profile in Django allauth

2022-11-15 Thread Jun Tanaka
Logged-in users 2022年11月16日水曜日 9:56:23 UTC+9 Ryan Nowakowski: > Who should be able to view the non public tweets? Just the author? > > > On November 15, 2022 2:10:46 AM CST, Jun Tanaka wrote: >> >> Good day team, >> >> I’m making a Twitter-like application. I want to make it every user can

Quiz app

2022-11-15 Thread Lakshyaraj Dash
Hello everyone, I'm on my way to create a quiz app. I want that a loggedin user should get 5 questions randomly when he/she is visiting everytime. Eg: On first visit Q1. Who's the CEO of Facebook ? On second visit Q2. Who's the CEO of Google ? Thanks and regards Lakshyaraj Dash -- You received

MANAGE.PY RUNSERVER ERROR

2022-11-15 Thread Peter Mwai
Hello experts, I was trying to start the server using 'python manage.py runserver' but encountered this error, Exception ignored in thread started by: .wrapper at 0x0202E609EDE0> Traceback (most recent call last): File

Guidelines for using pyproject.toml with Django apps/projects?

2022-11-15 Thread JK Laiho
I'm modernizing our company's 2015-era conventions around Django projects, and one of the things I'm looking at is using pyproject.toml, both for packaging and for configuring certain tools (e.g. Black). A bit of background. So far, we've used monorepos, with 'apps' and 'project' as the

Re: Single Sign On in Django

2022-11-15 Thread Avinash Alanjakar
You can use django-simple-sso library Refer to this article, it would be helpful. https://micropyramid.medium.com/django-single-sign-on-sso-to-multiple-applications-64637da015f4 On Thu, 10 Nov, 2022, 8:18 pm venkat Bukka, wrote: > Hello all, > Could anyone please let me know how we can

Re: EROR AT INITIAL VIEWS

2022-11-15 Thread Pooja Kumari
Try views or .views while importing and urls.py you should give path like views.home_view() On Tue, Nov 15, 2022, 11:25 PM Ogunsanya Opeyemi < ogunsanyaopeye...@gmail.com> wrote: > Your views.py is inside profiles folder not pages folder so change > pages.views to profiles.views > > On Tuesday,

Re: Single Sign On in Django

2022-11-15 Thread Kato Joshua
Hello Django user community, My name is Joshua Kato, I have 4 years of experience as a Vue js, ionic, capacitor developer. Iam looking for a job to work both in person and remotely. Kindly reach me out on telephone +256752567534. Thank you. On Tue, Nov 15, 2022 at 8:21 AM venkat Bukka wrote: >

public-permission profile in Django allauth

2022-11-15 Thread Jun Tanaka
Good day team, I’m making a Twitter-like application. I want to make it every user can choose his tweet public or not. I use Django allauth. Maybe, there is a configuration for this? Also, be able to access the public-permission profile link without login If anyone knows the simplest way