The only thing I can say, is that you've been given some really good advice on this thread so far.
These lists are really meant to be a "nudge in the right direction" rather than a "fully fledged training experience" [1].
There are plenty of django projects on Github which show a fully working project [2].
Once you've got your head around how Django works - one thing you might want to consider would be posting your feedback here, and making suggestions on how it could be improved.
Cal
On Thu, Oct 6, 2011 at 10:00 AM, Chris G <cl@isbd.net> wrote:
On Thu, Oct 06, 2011 at 11:01:13AM +0530, kenneth gonsalves wrote:Too simple for me, it doesn't run.....
> 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
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.
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