I'm working through the tutorials and have encountered a strange
problem. So far everything works but Python doesn't acknowledge my
base site as a package. So everywhere that you see a reference like
"mysite.poll" I need to use only "poll". I think that my problems stem
from the following section that starts on line 263 of tutorial01.txt:

To create your app, make sure you're in the :file:`mysite` directory
and type
this command:

.. code-block:: bash

    python manage.py startapp polls

I ran the above command from my MySite directory that holds the
manage.py file. Is that correct? Anyone have any ideas why I can't
reference my base package? (I think I'm using the term package
correctly here.)

Thanks
Josh

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to