On Fri, Oct 17, 2008 at 1:04 AM, felix <[EMAIL PROTECTED]> wrote:
>
> is your app like this
>
> testSite
>     __init__.py
>    models.py
>    settings.py
>    etc. ?
>
>
> ie. its not one folder deeper
>
> testSite
>     actualSite
>          __init__.py
>         models.py
>         settings.py
>

it's

web
    testSite
        __init__.py
        manage.py
        settings.py
        urls.py

        polls
            __init__.py
            admin.py
            models.py
            urls.py
            views.py

it's the same as the tutorials except "testSite" instead of "mysite"


> and did you restart apache ?

yeap

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