Re: Re:

2022-09-26 Thread Bongo movies
Add me +2557623317196 On Mon, Sep 26, 2022 at 9:02 AM Bhuvnesh Sharma wrote: > Send the link here so that others can join too. > > On Mon, Sep 26, 2022, 6:29 PM Makrand wrote: > >> Any cloud related work ask me >> >> Get Outlook for Android >> --

Re: autodiscover not being called? why?

2009-01-06 Thread bongo
> In your application directory, the one created by manage.py startapp, same > as where models.py is. Thanks. Thats what I thought I should put it. This is getting weirder though. Even though I got autodiscover working it still couldn't find it. I then decided to go with the manual method of su

autodiscover does not find my admin.py

2009-01-06 Thread bongo
After upgrading old django 0.96 app to 1.0.2 and now using the new admin method I cannot get autodiscover to actually discover my new admin.py I have put print statements in my admin.py to check whether its getting called. What could be going on? I can't see anything I am doing that differs from

Re: autodiscover not being called? why?

2009-01-06 Thread bongo
ls.py file. Actually at > first check if the correct settings.py is being used > 2. Remove .pyc and pyo files from your project's directory to be sure that > python interpreter really takes into account changes in source files. > > Regards, > -- > Valts > > On Tue, Jan 6, 20

autodiscover not being called? why?

2009-01-06 Thread bongo
I am in the process of upgrading an old django 0.96 application to 1.0.2 final. I am having real trouble getting the admin app to run with my models included with the new method. After some trial an error it seems that autodiscover is never being called at all in my urls.py. However, the url mapp