http://divitodesign.com/css/how-to-dropdown-css-menu/

When you're doing template stuff, read:
- HTML
- CSS
- JS
- Python

tutorials.

Also, get a book. The questions you are asking are textbook level questions.

On Sat, Feb 18, 2012 at 11:53 PM, Saadat <saa...@saadat.in> wrote:
> Hello all
> Can someone guide me to create a drop down menu (single-level).. i
> need to put this menu in a header file that will be included in every
> page. A bit of code and some explanation is required. tried searching
> on the Internet, but couldn't find anything. thanks a lot
>
> On Feb 17, 7:50 am, Alec Taylor <alec.tayl...@gmail.com> wrote:
>> ModelForm
>>
>>
>>
>>
>>
>>
>>
>> On Thu, Feb 16, 2012 at 10:18 PM, Saadat <saa...@saadat.in> wrote:
>> > Hi all, I created a view today and I could access the database
>> > contents using Templates. Now I wish to create a listbox that would
>> > have the names of doctors. When an item from the list is selected, an
>> > sql query should be sent which will return all the details of that
>> > doctor, where doc_id is the primary key? how do we create buttons? do
>> > we need to use html or django can handle them also?
>>
>> > Thanks a lot people.
>> > Saadat
>>
>> > On Feb 16, 4:12 pm, Saadat <saa...@saadat.in> wrote:
>> >> Hello All
>> >> I created a view today and I could access the database values usi
>>
>> >> On Feb 14, 8:07 am, Python_Junkie <software.buy.des...@gmail.com>
>> >> wrote:
>>
>> >> > Now that you have your file >>models.py  >>>> place this file in the
>> >> > app folder after creating your app
>>
>> >> > 1.  python manage.py start app  My_Erp (for example)
>> >> > 2.  a blank models.py file will be created, overwrite this with your
>> >> > models.py
>> >> > 3. run the command to sync the database, assuming that your set up the
>> >> > settings.py file has been set up correctly to connect to the database
>> >> > of your choice.
>>
>> >> > python manage.py syncdb
>>
>> >> > Let me know if this works for you
>>
>> >> > On Feb 13, 3:56 pm,Saadat<saa...@saadat.in> wrote:
>>
>> >> > > 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 
>> > 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.
>

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

Reply via email to