Thanks for your help,
it's working
Richard
--~--~-~--~~~---~--~~
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, se
Some configuration variables (like USE_I18N) must be defined. Defaults
are set in django.conf.global_settings, which is the default first
argument to settings.configure().
Following **keyword arguments are added to the resulting settings
object.
> settings.configure(mysettings)
Could instead be
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
a
3 matches
Mail list logo