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 T

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 include

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 what > I'm doing w

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

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

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

2012-02-18 Thread Alec Taylor
gt; > > > 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 definin

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

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

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

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

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

2012-02-16 Thread Saadat
t; 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. > > > > &

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

2012-02-16 Thread Saadat
d 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. >

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

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

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

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

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

2012-02-14 Thread sebastien piquemal
gt; > 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.. &g

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

2012-02-13 Thread Python_Junkie
. > > > > **tagged to keep following.. > > > > +adesst > > > > -----Original Message- > > > From: Saadat > > > > Sender: django-users@googlegroups.com > > > Date: Fri, 10 Feb 2012 02:58:16 > > > To: Django users >

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. > Maybe DRY can h

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 Feb 10, 8:27 am, Richard House w

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

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

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 to > software from s

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

2012-02-13 Thread Saadat
t; +adesst > > > -Original Message- > > From: Saadat > > > Sender: django-users@googlegroups.com > > Date: Fri, 10 Feb 2012 02:58:16 > > To: Django users > > Reply-To: django-users@googlegroups.com > > Subject: Creating a hospital erp (hosp

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. > > Cheers > Saadat

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 like > this?http://e

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

2012-02-10 Thread Patricio Valarezo
-users@googlegroups.com Date: Fri, 10 Feb 2012 02:58:16 To: Django users 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 ho

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 scien

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

2012-02-10 Thread Python_Junkie
d. > > > **tagged to keep following.. > > > +adesst > > > -Original Message- > > From: Saadat > > > Sender: django-users@googlegroups.com > > Date: Fri, 10 Feb 2012 02:58:16 > > To: Django users > > Reply-To: django-users@google

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

2012-02-10 Thread Python_Junkie
t; > +adesst > > > > > > > > -Original Message- > From: Saadat > > Sender: django-users@googlegroups.com > Date: Fri, 10 Feb 2012 02:58:16 > To: Django users > Reply-To: django-users@googlegroups.com > Subject: Creating a hospital erp (hospital ma

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

2012-02-10 Thread adesantoasman
Hello, nice thread. **tagged to keep following.. +adesst -Original Message- From: Saadat Sender: django-users@googlegroups.com Date: Fri, 10 Feb 2012 02:58:16 To: Django users Reply-To: django-users@googlegroups.com Subject: Creating a hospital erp (hospital management) in Django

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 t