Thanks for your response
This is what i want to do,
I want to create an app that have two different users
that is teachers(one type of user) and student(another type of user)
the problem is how to create them without using
AUTH_USER_MODEL = 'myapp.MyUser'
since it is for one kind of user only.
I have two problems
1. How can i populate the account
information of each user, this
what i have done but only info on
user models populates, the info on extended
field does not show on my template
# models.py
class Student(Models.model):
user = foreignkey(user)
tion_allowed, get_form_class, post_registration_redirect and
> post_activation_redirect methods (as needed) though.
>
> Sent from my Windows Phone
>
> -Original Message-
> From: Okorie Emmanuel
> Sent: 5/21/2013 3:04 PM
> To: django...@googlegroups.com
> Subject:
hi
I have tried extending django registration page with little progress.
I can now add new user from the admin but cannot do that on the
front end. the problem is that the url does not display the from,
but raises exception, "the page cannot be found". Do I need to create a
view.py
to be able to
HI,
Am new to django, and working on application i intend to extend the
registration field using the django registration app by james bennett, it i
keep having several error. is there any other way i can achieve these, or
how can i effectively interage django registration
--
You received thi
hi
Am designing a form from django model, i have store some information in the
database already, each time i enter a correct values am redirected to
another page,but when ever an empty field is submitted it crash with this
message " pin matching query does not exist" also when wrong query is
e
i have a form that redirect a user to another page
when it validates
but again i discover that a user can view the that page by typing it on his
or her url
without following the normal process of validation
how can i stop this, how can i force a user to see that redirect page only
when he/she
thanks for your help
the from redirected when i used
accept = Pin.objects.get(pin=pin1, serial_no=serial_no1)
but again i discover that a user can view the accept page by typing it on
his or her url
without following the normal process of entering pin and serial no first
how can i stop this,
Am trying to build an application that user can login to register using
pin and serial number from a scratch card, a valid pin and serial number
should take a user to the registration page to create an account, here are
codes i have writen
*view.py*
def index(request, template_name="index.ht
hi am doing an app in which i intend to toggle the boolean field
automatically based on certain requirements. Pls how i achieve this
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.c
Am new to django and i want to develop an e-registration portal. User
is require to login with details from a scratch card(pin and serial
no) and is redirected to a registration page to create an account and
thus can view account infor using another login form this time django
user login(auth). My
11 matches
Mail list logo