Re: Import Error: cannot import name timezone

2013-08-25 Thread Robin Lery
Good to hear that!


On Sun, Aug 25, 2013 at 7:19 AM, Patrick Larmann  wrote:

> Thanks fixed it?
>
>
> On Saturday, August 24, 2013 5:45:47 PM UTC-4, Robin Lery wrote:
>
>> It should be
>> 'from django.utils import timezone'
>> and not
>> 'from django.db.utils import timezone'
>>
>>
>> On Sun, Aug 25, 2013 at 2:58 AM, Patrick Larmann 
>> wrote:
>>
>>> He Guys,
>>> I am currently completing part 1 of the django tutorial and having
>>> trouble with getting on of the modules correctly set up.
>>> I attached my output and my moduls.py file.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users...@**googlegroups.com.
>>> To post to this group, send email to django...@googlegroups.com.
>>>
>>> Visit this group at 
>>> http://groups.google.com/**group/django-users
>>> .
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out
>>> .
>>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Import Error: cannot import name timezone

2013-08-24 Thread Patrick Larmann
Thanks fixed it?

On Saturday, August 24, 2013 5:45:47 PM UTC-4, Robin Lery wrote:
>
> It should be
> 'from django.utils import timezone'
> and not 
> 'from django.db.utils import timezone'
>
>
> On Sun, Aug 25, 2013 at 2:58 AM, Patrick Larmann 
>  > wrote:
>
>> He Guys,
>> I am currently completing part 1 of the django tutorial and having 
>> trouble with getting on of the modules correctly set up.
>> I attached my output and my moduls.py file.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users...@googlegroups.com .
>> To post to this group, send email to django...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/django-users.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Import Error: cannot import name timezone

2013-08-24 Thread Robin Lery
It should be
'from django.utils import timezone'
and not
'from django.db.utils import timezone'


On Sun, Aug 25, 2013 at 2:58 AM, Patrick Larmann  wrote:

> He Guys,
> I am currently completing part 1 of the django tutorial and having trouble
> with getting on of the modules correctly set up.
> I attached my output and my moduls.py file.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.