Re: Help.......!!

2012-05-15 Thread Tanveer Ali Sha
Actually i wanna deploy front end user interface with django for network interface projectpls help me to get this On Tue, May 15, 2012 at 1:41 AM, Dennis Lee Bieber wrote: > On Mon, 14 May 2012 20:30:33 +0530, Tanveer Ali Sha > declaimed the following in > gmane.comp.python.dj

Re: GUI for network interface

2012-05-16 Thread Tanveer Ali Sha
Thank you for your mail's actually am fresher ,just now only I started working ,from last two months I worked on python and linux.now TL told me to implement this GUISo am in bit confuse ...:( On Wed, May 16, 2012 at 10:41 PM, Dennis Lee Bieber wrote: > On Wed, 16 May 2012 07:59:50 -

Re: GUI for network interface

2012-05-16 Thread Tanveer Ali Sha
EXAMPLE COMPONENT DESIGN: --- COMPONENT --> PHYSCIAL NETWORK INTERFACE COMPONENT_KEY --> INTERFACE NUMBER START_COMPONENT_SCRIPT --> Bringup_interface SYNC_COMPONENT_SCRIPT --> Setup_interface On Wed, May 16, 2012 at 10:46 PM, Tan

Re: import error: no model named .....

2012-05-17 Thread Tanveer Ali Sha
even am getting *page not found* error 1.^notes/ the current URL,didnt match any of these for that wikicamp example which is available in showmedo.com.. I donno why I getting these error ...??:( On Fri, May 18, 2012 at 12:32 AM, Halit Alptekin wrote: > You should import mod

Re: import error: no model named .....

2012-05-17 Thread Tanveer Ali Sha
est):* * return HttpResponse("hello world")* On Fri, May 18, 2012 at 12:44 AM, Tanveer Ali Sha wrote: > even am getting *page not found* error > > 1.^notes/ > the current URL,didnt match any of these > > > > for that wikicamp example which is available in showmedo.co

Re: global name 'content' is not defined

2012-05-27 Thread Tanveer Ali Sha
thank you nikhil and nevio...:) On Sun, May 27, 2012 at 2:48 PM, Nevio Vesic wrote: > You're missing a `content` at def view_page. I've marked possible solution > *(as red)* that could fix it. > > def view_page(request, page_name): >try: >page = Page.objects.get(pk=pa

Re: Retrieve datas from database

2012-06-04 Thread Tanveer Ali Sha
Hey.. I am working for project, in that the back-end code is return in perl and am working for front-end part i.e UI using Django, Can any one can tell me how to access back-end database which is return in perl or any othere languages .?? Pls help Thank You On Mon, Jun 4, 2012 at 7:21

Re: Accessing Backend DB for UI

2012-06-05 Thread Tanveer Ali Sha
Thank you for your mail benoit. No ,it abstraction layer made in perl, i wanna access that data for my front-end part. On Tue, Jun 5, 2012 at 4:50 PM, Benoit Perdu wrote: > Is there a database (SQLite, MySQL, PostGreSQL, ...) at your backend, or > is it an abstraction layer made in Perl? > > If

Re: Accessing Backend DB for UI

2012-06-06 Thread Tanveer Ali Sha
sorry ,I have a Perl back-end running as an API,i want to control that in my front end using Django.How can I do that.? Thank You On Wed, Jun 6, 2012 at 11:13 PM, Kurtis Mullins wrote: > On 05/06/2012 18:04, Ali Shaikh wrote: > >> Hey.. >> >> I am working for project, in that the back-en

Re: Accessing Backend DB for UI

2012-06-07 Thread Tanveer Ali Sha
YeahI got it, Thank you brother . Thank You On Thu, Jun 7, 2012 at 10:44 AM, Dennis Lee Bieber wrote: > On Thu, 7 Jun 2012 09:45:53 +0530, Tanveer Ali Sha > declaimed the following in > gmane.comp.python.django.user: > > > sorry ,I have a Perl back-end running a

Graphs for my Django Application

2012-06-08 Thread Tanveer Ali Sha
Hello, How can I provide graphs in my djnago application.I wanna implement this for my Network Analysis Application . Can anyone give me idea how to provide graphs in Django. Thank Yo... Sha -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Graphs for my Django Application

2012-06-09 Thread Tanveer Ali Sha
Thank You one and all..:) On Fri, Jun 8, 2012 at 11:14 PM, bobhaugen wrote: > http://d3js.org/ can handle both meanings of graphs: charts like bar > charts, or visualizations of network structures. > > > > > -- > You received this message because you are subscribed to

Re: Graphs for my Django Application

2012-06-10 Thread Tanveer Ali Sha
Hey...!! Anyone knows about Django-Chartit..?? Is it good to make use of this for my application?? Thank Yo..:) On Sat, Jun 9, 2012 at 4:12 PM, Tanveer Ali Sha wrote: > Thank You one and all..:) > > > On Fri, Jun 8, 2012 at 11:14 PM, bobhaugen wrot

Re: Graphs for my Django Application

2012-06-10 Thread Tanveer Ali Sha
Thank you Kenneth for your rule, I am fresher and this tip may help me alot...:) On Mon, Jun 11, 2012 at 11:14 AM, kenneth gonsalves wrote: > On Mon, 2012-06-11 at 11:06 +0530, Tanveer Ali Sha wrote: > > Anyone knows about Django-Chartit..?? > > Is it good to make use

Re: Graphs for my Django Application

2012-06-13 Thread Tanveer Ali Sha
@Tim Sawyer.. If i make use of FLOT , is it necessary to need to convert my model to numeric values, mapping the ticks and adding the labels manually.>?? If yes!! How can i do that? On Mon, Jun 11, 2012 at 11:38 AM, Tanveer Ali Sha wrote: > > Thank you Ke

How to call perl script in my django application

2012-06-18 Thread Tanveer Ali Sha
Hello, how can I call Perl script (EX:hello world) in my django application ? -- 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

Re: How to call perl script in my django application

2012-06-18 Thread Tanveer Ali Sha
sorry, i dint get that.Please can u give example .?? On Mon, Jun 18, 2012 at 4:36 PM, Sergiy Khohlov wrote: > Such as in trivial python code . Check python system and os module > > 2012/6/18 Tanveer Ali Sha : >> Hello, >> >> how can I call Perl script (E