Django 1.5.1: diagnose and fix Report

I've been handed a rather old Django installation to support, with the specific request to re-enable a report that used to go out every week or so, but stopped showing up a few months ago.

Django v 1.5.1 Python 2.7.3 Ubuntu 12.04 (yikes)

Problem is - I'm totally new to Django. I'm not sure where this report might be coming from, or how to troubleshoot it, or how to configure it.

I was going to try the Admin pages; I finally was able to get my IP on the allow-list, and can bring up the login for that page, but I'm not sure what a valid user/PW is for this system. Where are the Django 'Admin' users kept?

I'm able to access the MySQL DB backend itself - but the user-table for MySQL itself doesn't appear to be the source for the Django Admin users. So I would guess they are stored in a table in the Django eco-system... I'd like to just add a new user for myself, so I can log in and poke around in Admin.

I have reviewed some Django documentation, but not seeming to find the answers to my questions, for either setting/administering users, nor reports. (Could be asking the wrong questions. :) )

Any pointers on how to troubleshoot this report? Or where the user-list is defined?

Вернуться на верх