Sorry I forgot to specify a thing.

The thing is to play with django on the console you need an actual
application to poke with. In order to Django to know how to deal with
that you have to tell it where resides the settings.py of your app so
you can play with its model and so on. "python manage.py shell" does
that for you. When I told you about the current directory "." I meant
telling Django where settings.py is like
DJANGO_SETTINGS_MODULE=settings or "iti.settings". I wasn't sure what
the env variable wanted as its value

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to