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.
&
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
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
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
4 matches
Mail list logo