Hi!
Design your model with host entities. From What you wrote i can see only
one entity right now : "host"
But you can create other entities and define relationship between them
(your entities).
And give attributes to your entities. Attributes will depend on what
information you want to store in an entity, for exemple a host.
After your model is described, use the django admin tutorial to implement
your interface.
It will be sufficient for your case.
Le 16 mai 2012 17:00, "Ali Shaikh" <shaikht...@gmail.com> a écrit :

> hi Django...........!!
>
> I want to implement GUI for ma project....using Django.
>
> Like in network different host are connected ,for that need to proved
> components like connect,disconnect ,status n all related staff....
>
> Please help me to develop this GUI using Django..
>
>
> Thank You
>
> --
> 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