I started out learning Django using the "Writing your first Django app" 
article:
https://docs.djangoproject.com/en/dev/intro/tutorial01/
This is a very well-written tutorial that goes through each part in detail.
Please note, at the bottom of each section there is a link to the next 
section.  There are 3 parts.
Part 2 shows how to create the urls.py.
Part 3 shows how to create the views.py.
I'm sure there are other tutorials out there, but I haven't seen any that 
are better for getting started.
There are also some good books out there that have examples.  You could get 
used books for pretty cheap on Amazon, or even get a free trial to use 
Safari for 30 days:
http://my.safaribooksonline.com/

On Thursday, June 21, 2012 5:52:52 PM UTC-6, Jeff Silverman wrote:
>
> I am new to Django.  I am trying to get the Class version of hello_world 
> to work.  I cannot find a good full example of the code that works.  I have 
> made multiple view.py files and urls.py files trying to get it to work.  I 
> cannot seem to come up with the right url to pass the variables name and 
> times in.  I am using soaplib among other libraries.  Pretty much trying 
> anything I find.
>
> Can anyone point out a full urls.py, views.py and url combination that 
> works?  Ultimately, I want to use the wsdl to expose the funtions to NINTEX 
> workflows.
>
> Any thing will be helpful.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/q__g7pPSgZ8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to