Re: Weird Django-admin bug

2021-02-04 Thread James Gutu
Sometimes this happens when there are issues with the html, css and javascript files of the admin. Try re-installing django or restoring the admin files. On Wed, Feb 3, 2021 at 6:56 PM 'rossm6' via Django users < django-users@googlegroups.com> wrote: > Sorry to hear this but there is absolutely n

Re: Weird Django-admin bug

2021-02-03 Thread 'rossm6' via Django users
Sorry to hear this but there is absolutely no way anybody could help based on this information alone. On Tue, Feb 2, 2021 at 6:25 PM yes...@gmail.com wrote: > Hi > > I am having this situation where I try to have a look at an instance of a > specific model through Django-admin and the requests j

Weird Django-admin bug

2021-02-02 Thread yes...@gmail.com
Hi I am having this situation where I try to have a look at an instance of a specific model through Django-admin and the requests just goes on and on and finally times out. This happens with only one of my models and all that time there is absolutely no output in stdout. ex : http://localhos