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
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
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
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
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
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
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
'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
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
9 matches
Mail list logo