Thursday, October 6, 2011

Re: Beginner a bit lost - need some pointers please

On Thu, Oct 06, 2011 at 11:01:13AM +0530, kenneth gonsalves wrote:
> On Wed, 2011-10-05 at 23:02 +0100, Chris G wrote:
> > OK, so there isn't a single simple answer. However it would still be
> > really nice to see a complete two or three page django site with a
> > database behind it fully implemented as an example.
> >
> >
>
> this is as simple as it gets
> https://bitbucket.org/lawgon/django-addition/overview

Too simple for me, it doesn't run.....

chris$ python manage.py runserver
Error: No module named addition.addnums
chris$

My own working through the tutorial does though:-

chris$ python manage.py runserver
Validating models...
0 errors found

Django version 1.2.3, using settings 'djdb1.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.


--
Chris Green

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment