Yes, it would be in the database. If you left the default settings alone, it will be in the development.db which is a sqlite3 file. You can inspect it with the sqlite3 command line tool. There are also various graphical tools to do the same. If you changed the database back end to to another database, it will be available with the tools for that database (postgres, mysql etc)
Jeff On 2011-01-28 at 13:17:14, Smitha V wrote: > Yeah, saw that. But isn't all that stored somewhere at the back end? > > On Fri, Jan 28, 2011 at 11:43 AM, Jeff Johnson <[email protected]> wrote: > > > You can get some of this in the django admin. Http://<geonode > > server>:<port>/admin/ > > > > Jeff > > > > On Jan 28, 2011, at 13:10, Smitha V <[email protected]> wrote: > > > > > Hi all, > > > > > > Can somebody tell me where the details of all the users(created by admin) > > > are stored in log? Can the admin get the details of the login time, > > > logout time, the data uploaded by specific users etc ? Basically the > > > history of the upload done by user.. > > > > > > -- > > > Regards > > > Smitha V > > > MT2009149 > > > IIITB > > > > > > > > > > > > > > > > -- > Regards > Smitha V > MT2009149 > IIITB > > > >
