I think I'll take the nuclear option, and start over -- this has
turned into a complete mess. Thanks, and sorry for wasting time...

On Dec 16, 7:48 am, Nianbig <[EMAIL PROTECTED]> wrote:
> Problem solved..
>
> The problem seemed to be that I had two models called "events" in
> "events.event.views.events.index".. after renaming the one of the
> modules and deleteing a events.pyc-file that had been auto-created it
> works fine again!
>
> /Nianbig
>
> On Dec 16, 12:27 am, Nianbig <[EMAIL PROTECTED]> wrote:
>
> > The weird thing is that I can reach from events.event.models import
> > Events from a module outside "event".. events.user for example.. but
> > not inside...
>
> > This is what my urls.py looks like if that could be of any help:
>
> > from django.conf.urls.defaults import *
>
> > urlpatterns = patterns('',
> >         (r'^$', 'events.index.index'),
> >         (r'^login$', 'events.user.functions.login'),
> >         (r'^logout$', 'events.user.functions.logout'),
> >         (r'^register/$', 'events.user.views.register.index'),
> >         (r'^register/save/$', 'events.user.views.register.save'),
>
> >         (r'^events/$', 'events.event.views.events.index'),
> >         (r'^events/add/$', 'events.event.views.add.index'),
> >         (r'^events/add/save/$', 'events.event.views.add.save'),
> >         (r'^events/register/(?P<event_id>\d+)/',
> > 'events.event.views.register.register'),
> > )
>
> > Thank you.
>
> > /Nianbig
>
> > On Dec 16, 12:15 am, Nianbig <[EMAIL PROTECTED]> wrote:
>
> > > I´m having the same problem as well...
> > > Yes, permissions are set so that the web server has access to read the
> > > entire directory tree.
>
> > > /Nianbig
>
> > > On Dec 14, 3:53 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
>
> > > > Are the permissions set so that the web server has access to read the 
> > > > entire
> > > > tree under '/home/me/webapps/django'?
>
> > > > Karen
--~--~---------~--~----~------------~-------~--~----~
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