Possible bug introduced in Django 1.7 admin/docs?

2014-09-18 Thread Christopher Welborn
314, in load_all_installed_template_libraries for p in os.listdir(os.path.dirname(upath(mod.__file__))) AttributeError: 'module' object has no attribute '__file__' It doesn't seem to touch any of my stuff, or any of the changes I mentioned previously.

Re: Possible bug introduced in Django 1.7 admin/docs?

2014-09-18 Thread Christopher Welborn
> AttributeError: 'module' object has no attribute '__file__' It does it for admin/doc/tags also. Not /models, /views, or /bookmarklets. -- \¯\ /¯/\ \ \/¯¯\/ / / Christopher Welborn (cj) \__/\__/ / cjwelborn at live·com \__/\__/ http://welbornprod.com

Re: Possible bug introduced in Django 1.7 admin/docs?

2014-09-18 Thread Christopher Welborn
e fact that these all have [module-name].egg-info in my /dist-packages/ dir. I have a couple others that have no .egg-info. -- \¯\ /¯/\ \ \/¯¯\/ / / Christopher Welborn (cj) \__/\__/ / cjwelborn at live·com \__/\__/ http://welbornprod.com -- You received this message because y

Re: Possible bug introduced in Django 1.7 admin/docs?

2014-09-19 Thread Christopher Welborn
g. This is what made me think it was a bug. I don't want to file one if it's not though, so could someone enlighten me please? I am being sincere. Maybe I could even offer a patch for it. -- \¯\ /¯/\ \ \/¯¯\/ / / Christopher Welborn (cj) \__/\__/ / cjwelborn at live·com

Re: Possible bug introduced in Django 1.7 admin/docs?

2014-09-19 Thread Christopher Welborn
info file is > used for other packaging purposes. > > Yours, > Russ Magee %-) > Thank you for that response. You spelled it out perfectly. I'll look into my libraries and installation methods to see if there is something I can do on my end to help with my error. -- \¯\ /¯/\

Get a memory profile for a django site?

2013-12-10 Thread Christopher Welborn
of it is critical, so any and all ideas are welcome. Maybe even just a link to some reading material? -- - Christopher Welborn http://welbornprod.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Get memory-use serverside when rendering a view?

2013-12-12 Thread Christopher Welborn
p would be much appreciated, I won't mention it again if I don't receive an answer. -- - Christopher Welborn http://welbornprod.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rec

Re: Get memory-use serverside when rendering a view?

2013-12-12 Thread Christopher Welborn
e then thats just what I'll do. It is the whole request and response I am trying to look at, but finer grain control would be good too. Thanks again, I'm going to study up on middleware. -- - Christopher Welborn http://welbornprod.com -- You received this message because you are subs