I am beginner in django please help me out with my project
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to
Hey,
I am new to django . Please let me know how to create 2 various kind of
user profiles in django. I am doing a hostel management system using django
where in I have 2 kinds of users one is a student and the other is the
warden.
--
You received this message because you are subscribed to t
:53 AM, "YOGITHA A N" >
> wrote:
> >
> > I am beginner in django please help me out with my project
> To help us help you be more specific. What kind of help do you need?
> >
> > --
> > You received this message because you are subscribed to the Google
So here are my models:
* class Mess(models.Model):*
muser = models.OneToOneField(User)
MESS_NAME = (('GH','girls hostel top mess'),
('IH','girls hostel down mess'),
('MM','Mega mess'),
('FB','First Block mess'),
You would just have one App loyalty program.
You will extend UserProfile from User and the other models would be
Restaurant (name,branch location etc would be the attributes).
Your structure would depend on what are the various functionalities you
would like to add.
On Monday, October 24, 2016
In addition to the above links if your are more comfortable watching videos
then you should definetly subscribe to
https://youtu.be/qgGIqRFvFFk?list=PL6gx4Cwl9DGBlmzzFcLgDhKTTfNLfX1IK (New
boston django videos).
It will really help if you follow django official documentation and
tutorial along
:01:20 AM UTC+5:30, YOGITHA A N wrote:
>
> So here are my models:
>
> * class Mess(models.Model):*
> muser = models.OneToOneField(User)
> MESS_NAME = (('GH','girls hostel top mess'),
> ('IH','gi
7 matches
Mail list logo