hi, i have made myself a module name utilities.py and shortcuts.py and place them in the root folder of my django app.
When I use them in views.py or forms.py I just put a from app_name.shortcut import * from app_name.utilities import * but when I try to use it on my models.py in my forms.py it seems that the from app_name.XXX.models import * doesn't work anymore. I can't figure it out what going on here :( help & thanks in advance james --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---