Posts Tagged ‘ group ’

Information World: Re: Simple example of custom user profile fields?

July 13, 2011
By

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 ...

Read more »

Information World: [google-appengine] Aw: Thread-safe Python Tips

July 6, 2011
By

Aw: Thread-safe Python Tips . Hi,. Class variables can introduce pitfalls within a threaded environment. See http://stackoverflow.com/questions/1072821/is-modifying-a-class-variable-in-python-threadsafe. Regards, ...

Read more »

Information World: RE: [google-appengine] Thread-safe Python Tips

June 29, 2011
By

RE: Thread-safe Python Tips . Thread safe, means that two thing can be done with out the order mattering, and without any dependency on the other thread. Example: Find the sum of a column 1-1000 ...

Read more »

Information World: [google-appengine] Thread-safe Python Tips

June 29, 2011
By

Thread-safe Python Tips . Hi -. Could anyone familiar with threads explain the basic principals of python thread-safety? Cheers! Greg. -- You received this message because you are subscribed to the Google Groups ...

Read more »

Information World: extend an existing model (not the user profile)

April 20, 2011
By

http://www.b-list.org/weblog/2006/jun/06/ django-tips -extending-user-model/. http://docs.djangoproject.com/en/1.1/topics/db/models/#model-inheritance. -- You received this message because you are subscribed to the Google Groups ...

Read more »

Information World: Re: extend User Model for custom fields

March 25, 2011
By

http://www.b-list.org/weblog/2006/jun/06/ django-tips -extending-user-model/ Sincerely, Andre Terra. On Fri, Mar 25, 2011 at 11:26 AM, Antonio Sánchez wrote: ...

Read more »

Dot Net Development: Re: [DotNetDevelopment] VB.Net Error handling

March 17, 2011
By

Net Error handling . Hi Mark,. You can use on error resume next without trapping the error.... On Thursday, March 17, 2011, Markei54545 wrote: > Hi all, > > Is there any way is VS2008 that when I am debugging, ...

Read more »

Information World: Re: About using Django Auth with my app, Auto …

March 17, 2011
By

this post is old.http://www.b-list.org/weblog/2006/nov/02/ django-tips -auto-populated-f... > > Even though I have the user field as FK, I get this error: 'Cannot > assign None: "MyModel.user" does not allow null values.' ...

Read more »

Dot Net Development: [DotNetDevelopment] VB.Net Error handling

March 16, 2011
By

VB. Net Error handling . Hi all,. Is there any way is VS2008 that when I am debugging, all error trapping (ie the Try/Catch commands) can be switched off. I used to be able to do this in VB6. ...

Read more »

PHP Maillist: Re: [Pro. PHP Dev.] Re: php error handling

July 2, 2010
By

Re: php error handling . On Fri, Jul 2, 2010 at 11:21 AM, Robert Gonzalez wrote: > Both Firebug and the Chrome Developer tools have their merits. Firebug is, > in my opinion, the most useful client ...

Read more »