Help.......!!

2012-05-14 Thread Ali Shaikh
Hi Django.. I Am implementing Django front end setup and Am using SQLite as Database for my project...Am new to djnago family . Help me to implement 1.Determine all network interface connected to system 2.Determine all ENABLED interfaces 3.start monitoring all enabled interface. Thank

GUI for network interface

2012-05-16 Thread Ali Shaikh
hi Django...!! I want to implement GUI for ma projectusing 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

import error: no model named .....

2012-05-17 Thread Ali Shaikh
Hey... I am practicing to implement simple examples in django... started project with 1.django-admin.py startproject wikicamp 2.python manage.py startapp wiki 3.editing the setting 4.python manage.py syncdb 5.python mange.py runserver till this stage its working fine:) But after

Stuck in URL............!!! Help

2012-05-18 Thread Ali Shaikh
Using the URLconf defined in wikicamp.urls, Django tried these URL patterns, in this order: 1. ^wikicamp/(?P[^/]+)/edit/$ 2. ^wikicamp/(?P[^/]+)/save/$ 3. ^wikicamp/(?P[^/]+)/$ The current URL, wikicamp/, didn't match any of these. --- Any ideas? I'm admittedly lacking in the regex department

Python Web Development with Django by Wesley Chun

2012-05-21 Thread Ali Shaikh
Hey Django.!! Please can anyone share Python Web Development with Django by Wesley Chun E-Book?? Thank Yooo -- 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

Re: Python Web Development with Django by Wesley Chun

2012-05-22 Thread Ali Shaikh
Dear Russell , Actually I wanted to ask free PDF file fro that book.Am sorry,I wont repeat this On May 22, 12:12 pm, Russell Keith-Magee wrote: > On Tue, May 22, 2012 at 1:05 PM, Ali Shaikh wrote: > > Hey Django.!! > > > Please can anyone share Python We

Parent module does not exist

2012-05-26 Thread Ali Shaikh
Hello!! ViewDoesNotExist at /wikicamp/start/ Could not import wikicamp.views.view_page. Parent module wikicamp.views does not exist. Request Method: GET Request URL:http://localhost:8000/wikicamp/start/ Django Version: 1.4 Exception Type: ViewDoesNotExist Exception Value: Could no

global name 'content' is not defined

2012-05-27 Thread Ali Shaikh
'model.py` from django.db import models class Page(models.Model): name = models.CharField(max_length=20, primary_key=True) content = models.TextField(blank=True) # Create your models here. `view.py` from wiki.models import Page from django.shortcuts import render_to_res

Accessing Backend DB for UI

2012-06-05 Thread Ali Shaikh
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 -- You received this messag