Re: Creating a hospital erp (hospital management) in Django

2012-02-20 Thread Alec Taylor
... Design doesn't matter one bit for what you're doing. Don't try and win design awards by having CSS dropdowns. Concentrate on solving their business logic rather than adding images of sexy nurses And get that book. There are free books online, there's the official django tutorial also. On

Re: Creating a hospital erp (hospital management) in Django

2012-02-20 Thread Saadat
Hello all I'm stuck on static files since yesterday. It gives me an error that no module called "staticfiles" found. What my requirement is that i have a header file where I'm including a css dropdown menu. how do i include that file, without using staticfiles. What all needs to be done to

Re: Creating a hospital erp (hospital management) in Django

2012-02-18 Thread Marc Aymerich
On Sat, Feb 18, 2012 at 2:52 PM, Saadat wrote: > Alec, I've tried including this css file everywhere, but it doesn't show up > anywhere. What exactly do i do with it to include this script on any page, > say index. i tried doing it through html as well as django. I don't know

Re: Creating a hospital erp (hospital management) in Django

2012-02-18 Thread Saadat
t; 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, bu

Re: Creating a hospital erp (hospital management) in Django

2012-02-18 Thread Alec Taylor
e 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

Re: Creating a hospital erp (hospital management) in Django

2012-02-18 Thread Saadat
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 (fr

Re: Creating a hospital erp (hospital management) in Django

2012-02-16 Thread Alec Taylor
> >> > > > 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.

Re: Creating a hospital erp (hospital management) in Django

2012-02-16 Thread Saadat
ut 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 > > &g

Re: Creating a hospital erp (hospital management) in Django

2012-02-16 Thread Saadat
santoas...@gmail.com wrote: > > > > > Hello, nice thread. > > > > > **tagged to keep following.. > > > > > +adesst > > > > > -Original Message- > > > > From:Saadat<saa...@saadat.in> > > > > > Sender: django-users@

Re: Creating a hospital erp (hospital management) in Django

2012-02-14 Thread Alec Taylor
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 wrot

Re: Creating a hospital erp (hospital management) in Django

2012-02-14 Thread Saadat
gt; > > 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 > > > > > > -Origina

Re: Creating a hospital erp (hospital management) in Django

2012-02-14 Thread sebastien piquemal
; > > > > **tagged to keep following.. > > > > > +adesst > > > > > -Original Message- > > > > From: Saadat <saa...@saadat.in> > > > > > Sender: django-users@googlegroups.com > > > > Date: Fri, 10 Feb 2

Re: Creating a hospital erp (hospital management) in Django

2012-02-13 Thread Python_Junkie
: > > > > Hello, nice thread. > > > > **tagged to keep following.. > > > > +adesst > > > > -Original Message----- > > > From: Saadat <saa...@saadat.in> > > > > Sender: django-users@googlegroups.com > > > Date: Fri, 1

Re: Creating a hospital erp (hospital management) in Django

2012-02-13 Thread Ovnicraft
On Fri, Feb 10, 2012 at 5:58 AM, Saadat wrote: > 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.

Re: Creating a hospital erp (hospital management) in Django

2012-02-13 Thread Saadat
Yeah, the project is to be written in Django and it was meant to be written in Django only. On Feb 10, 7:05 pm, Python_Junkie wrote: > Is the project referenced in this link written in Django. > > Was your goal for your class project to write a Django app? > > On

Re: Creating a hospital erp (hospital management) in Django

2012-02-13 Thread Saadat
gt;>> Hello, nice thread. > >>> **tagged to keep following.. > >>> +adesst > >>> -Original Message- > >>> From: Saadat<saa...@saadat.in> > >>> Sender: django-users@googlegroups.com > >>> Date: Fri, 10 Feb 20

Re: Creating a hospital erp (hospital management) in Django

2012-02-13 Thread Saadat
Thanks Richard House, Its my final project and I have to create something new. So I cannot work on something that has already been built. Thanks again. On Feb 10, 6:27 pm, Richard House wrote: > Hi Saadat, > Rather than creating something new, have you looked at contributing

Re: Creating a hospital erp (hospital management) in Django

2012-02-13 Thread Saadat
gt; > > +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@googl

Re: Creating a hospital erp (hospital management) in Django

2012-02-10 Thread Alec Taylor
On Fri, Feb 10, 2012 at 9:58 PM, Saadat wrote: > 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.

Re: Creating a hospital erp (hospital management) in Django

2012-02-10 Thread Python_Junkie
Is the project referenced in this link written in Django. Was your goal for your class project to write a Django app? On Feb 10, 8:27 am, Richard House wrote: > Hi Saadat, > Rather than creating something new, have you looked at contributing to > software from such lists

Re: Creating a hospital erp (hospital management) in Django

2012-02-10 Thread Patricio Valarezo
essage- 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 fina

Re: Creating a hospital erp (hospital management) in Django

2012-02-10 Thread Richard House
Hi Saadat, Rather than creating something new, have you looked at contributing to software from such lists like this? http://en.wikipedia.org/wiki/List_of_open-source_healthcare_software Regards, Richard On 10 Feb 12, at 10:58, Saadat wrote: > Hello All, > I'm in my final year of computer

Re: Creating a hospital erp (hospital management) in Django

2012-02-10 Thread Python_Junkie
> > > > > > 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

Re: Creating a hospital erp (hospital management) in Django

2012-02-10 Thread Python_Junkie
t; > +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@goo

Re: Creating a hospital erp (hospital management) in Django

2012-02-10 Thread adesantoasman
ct: 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 Saa

Creating a hospital erp (hospital management) in Django

2012-02-10 Thread Saadat
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