Writing your first Django app - Tutorial Question

2013-06-04 Thread Tony Guilin
In the https://docs.djangoproject.com/en/1.5/intro/tutorial01/ tutorial under the, Playing with the API section, I'm trying to go through the example in my python shell as described. p = Poll(question="What's new?", pub_date=timezone.now()) But I'm unable to get to next command "p.save()" b

Re: Writing your first Django app - Tutorial Question

2013-06-25 Thread Tony Guilin
> > you have missed > from django.utils import timezone > That worked! Thanks. P.S. I just copy and paste in Chrome (in Ubuntu) and it picks up the formatting. On Tuesday, June 4, 2013 4:10:23 PM UTC-7, Tony Guilin wrote: > > In the https://docs.djangoprojec

Django Chartit Installed, How do I run the demo???

2013-07-16 Thread Tony Guilin
I'm a complete noob. I've been able to go through the Djano tutorial with minimal issues. I successfully installed this according to: Installation¶ You can install Django-Chartit from PyPI. Just do $ pip install django_chartit You also need

Re: Django Chartit Installed, How do I run the demo???

2013-07-16 Thread Tony Guilin
BTW, I'm using http://chartit.shutupandship.com/docs/#how-to-use On Tuesday, July 16, 2013 10:43:39 PM UTC-7, Tony Guilin wrote: > > I'm a complete noob. > > I've been able to go through the Djano tutorial with minimal issues. > > I successfully installed this ac