Re: Django Multiple User Profiles Best Practices

2016-05-05 Thread Sudhanshu Shekhar
On Tue, May 3, 2016 at 11:47 AM, Peter of the Norse wrote: > On Apr 6, 2016, at 9:41 PM, Sudhanshu Shekhar > wrote: > > Hi, > > I am creating a tutor-student forum using Django. For which I need to have > two different user profiles, one for students and one for teachers. &

Django get user details while registration for admin approval

2016-04-08 Thread Sudhanshu Shekhar
I am creating a Django app for which I want to be able to approve users before letting them login to the site. Am using django-user-accounts from pinax for the same. This approval step requires users to submit additional information such as their qualifications etc. This information should be a

Django Multiple User Profiles Best Practices

2016-04-06 Thread Sudhanshu Shekhar
Hi, I am creating a tutor-student forum using Django. For which I need to have two different user profiles, one for students and one for teachers. However, I am unsure about the best way to do this. I am currently following the below approach: class UserProfile: user = models.OneToOneField(Us

Deploying Django Application to AWS Beanstalk

2015-10-21 Thread Sudhanshu Shekhar
Hi, I am a Django newbie trying to deploy my own site to the AWS beanstalk (free tier) but am facing a lot of issues doing so. The current AWS documentation seems incomplete (they don't mention setting up databases etc). Can someone please tell me how to deploy a Django application to AWS. I a