Hello Django users, I'm a newby in using django and running in to some trouble. I created a django app with multiple models. What i want to do is to make an application outside the created django app that can also use the models.
so actually what i want to do is just import the model.py into a application in an other path. with some help from previous messages in this forum i came to the following code but it's not working can someone give me some help. from django.conf import settings import ecatLupus.settings as mysettings settings.configure(mysettings) from django import db from ecatLupus.production.models import * the error i get is the following: AttributeError: 'module' object has no attribute 'USE_I18N' thanks in advance for your trouble, Richard Mendes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---