Thank you Python_junkie I've created the poll app and I'm working on this Hospital ERP thing. I've also created the database schema and put some dummy values for testing. Then I created the models using 'inspected' command and saved the models in models.py file. Now I'm confused where to put the models.py file and what to with it. Guide me please.
Thanks a lot. Saadat On Feb 10, 6:18 pm, Python_Junkie <software.buy.des...@gmail.com> wrote: > Not sure from your post, which piece you are stuck on. > > 1. Have you used Django before? > If not start with the tutorial > > https://www.djangoproject.com/ > > 2. If you have a basic understanding of Django, have you been able to > set up a basic project /app and connect run syncdb. > One can always connect to the sqllite database, because it is built > in, but getting some other database to connect can be a time consuming > process if the procedure has not been established on your machine. > > 3. If you have done the above 2 items then you should move in a > parallel path. > > a. Start defining your database model to support the business and the > workflow that you intend to create. > b. Use some sort of wire frame (framework) to lay out your web pages > to support and interact step 3 a. > > On Feb 10, 8:06 am, adesantoas...@gmail.com wrote: > > > > > > > > > Hello, nice thread. > > > **tagged to keep following.. > > > +adesst > > > -----Original Message----- > > From: Saadat <saa...@saadat.in> > > > Sender: django-users@googlegroups.com > > Date: Fri, 10 Feb 2012 02:58:16 > > To: Django users<django-users@googlegroups.com> > > Reply-To: django-users@googlegroups.com > > Subject: Creating a hospital erp (hospital management) in Django > > > Hello All, > > I'm in my final year of computer science engineering and for my final > > year project, i'm creating a hospital erp. I'm a bit confused about > > where to start from. Any sort of help will be appreciated. Thanks a > > lot. > > > Cheers > > Saadat > > > -- > > 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.com. > > To unsubscribe from this group, send email to > > django-users+unsubscr...@googlegroups.com. > > For more options, visit this group > > athttp://groups.google.com/group/django-users?hl=en. -- 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.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.