Dropbox with Django

2011-12-17 Thread matty
I wrote a small app to track my comic collection and I just use the development server and admin interface to access it when I want. I was thinking of dropping the entire project into dropbox and using it to sync so that I can access the db on any of my computers using the development server. I

admin interface login/logout

2007-03-29 Thread matty
In my current django project build if I visit the admin interface, then navigate to a different page without logging out, when I return to the admin interface the urls for the buttons and things are missing /admin. I am wondering what the problem is with my setup. Thank you