Re: Django Admin Error/Bug

2005-12-19 Thread Burhan
I changed the app name to backend, and things are working great now. The process is not easy, so I noted the steps required. I did not know if there was an automated way to do this, if there is -- please let me know. 1. rename the directory under apps directory to your new app name 2. edit /apps

Re: Django Admin Error/Bug

2005-12-18 Thread Adrian Holovaty
On 12/18/05, Burhan <[EMAIL PROTECTED]> wrote: > My project is called : containers > My app is called : admin I suspect the problem is your app's name is "admin". Try renaming that, and let us know whether the problem is fixed. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | ch

Django Admin Error/Bug

2005-12-18 Thread Burhan
Hello: I ran into this strange problem with Django. I'm using the latest development branch from SVN (because I have to edit the default regular expression for the admin urls, which I was told in #django is only available in the development release). I am running django with mod_python and Ap