Need help with a hostel management system project using django

2016-10-30 Thread YOGITHA A N
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

how to create 2 different kind of user profiles using django python

2016-10-30 Thread YOGITHA A N
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

Re: Need help with a hostel management system project using django

2016-10-30 Thread YOGITHA A N
: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

How to delete a certain model instance in django after a given date

2016-11-05 Thread YOGITHA A N
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'),

Re: Django project structure

2016-11-05 Thread YOGITHA A N
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

Re: django

2016-11-05 Thread YOGITHA A N
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

Re: How to delete a certain model instance in django after a given date

2016-11-06 Thread YOGITHA A N
: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