Hello,
I am incredibly new to Django, as-of-today new, so forgive me if I've
missed something really obvious.
I've been going through the tutorial and did so mostly-successfully and
decided to redo it with my own code.
Everything was going fine until I decided that it would be a good idea t
On Sunday, March 31, 2013 9:33:21 PM UTC-7, jondbaker wrote:
>
> When importing Python modules, you don't need to include the '.py' file
> extension. So,
> from models.py import UUID
> ...needs to be:
> from models import UUID
>
> Hope this helps,
> J
2 matches
Mail list logo