Re: problem with admin in a .90 site

2009-02-02 Thread Malcolm Tredinnick
On Mon, 2009-02-02 at 14:36 +0530, Kenneth Gonsalves wrote: > hi, > I have an old site running on revision 2486 - had not touched it for years > and > since it wasnt broken nor needed new features, I did not upgrade it. A new > model was required, so I added it, but it was not appearing in sqla

Re: problem with admin in a .90 site

2009-02-02 Thread Kenneth Gonsalves
On Monday 02 Feb 2009 2:36:49 pm Kenneth Gonsalves wrote: > there is a directory called myapp.web.models, but that only held an > __init__.py file which was empty. In those days django required for models > in an app called web, to have a directory like > web/models/web.py and /web/views/web.py. A

Re: problem with admin in a .90 site

2009-02-02 Thread Kenneth Gonsalves
On Monday 02 Feb 2009 3:27:33 pm Daniel Roseman wrote: > > Any clues (I know I should not expect people to help out on such old > > stuff, but if there *are* any oldtimers with long memories ...) > > -- > > regards > > KGhttp://lawgon.livejournal.com > > Was this pre-magic removal? I seem to remem

Re: problem with admin in a .90 site

2009-02-02 Thread Daniel Roseman
On Feb 2, 9:06 am, Kenneth Gonsalves wrote: > hi, > I have an old site running on revision 2486 - had not touched it for years and > since it wasnt broken nor needed new features, I did not upgrade it. A new > model was required, so I added it, but it was not appearing in sqlall > statement. The

problem with admin in a .90 site

2009-02-02 Thread Kenneth Gonsalves
hi, I have an old site running on revision 2486 - had not touched it for years and since it wasnt broken nor needed new features, I did not upgrade it. A new model was required, so I added it, but it was not appearing in sqlall statement. The application is called 'web' and under the directory