http://www.b-list.org/weblog/2006/jun/06/ django-tips -extending-user-model/. at this point, i'd suggest a clean virtualenv, with a single app, single page no nonsense approach to just drop the django-registtration ...
Re: php error handling . IMO and FWIW (which prbly ain't much), "THE single most annoying thing about php ..." is, actually, javascript - which is where I spend most of my troubleshooting time and is the source of my hair-coloring, ...
NET UpdatePanel Controls. Cheers! If you enjoyed this post, make sure you subscribe to my RSS feed! Filed under .NET ยท Tagged with Ajax, ASP. NET, error handling , exception handling, Tips, UpdatePanel Error Handling. About Wagner Danda ...
restore_error_handler()? See the comments though for some gotchas that may catch you out: http://www.php.net/manual/en/function.restore-error-handler.php.
Is there any way to revert to PHP's native/normal error handling after setting up a custom error handler? (see http://www.php.net/manual/en/function.set-error-handler.php ) set_error_handler("myErrorHandler"); ...
Previously I wrote about Exceptions as a way of dealing with error cases in PHP. Exceptions are a great way to anticipate errors and handle them appropriately.