Changes between Version 76 and Version 77 of IrcFAQ
- Timestamp:
- May 7, 2008, 9:09:30 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v76 v77 8 8 9 9 * When asking for help in the channel, '''be as specific as possible''' in your request. "It doesn't work" is not sufficiently specific! [http://code.djangoproject.com/wiki/IrcFAQ#MoreInformationPlease (More advice on this)] 10 * General problem-'''solving''' advice: Test all the things you think are true until you find the one that isn't.11 10 * Showing actual code is useful. For code longer than a line or two, use the pastebin: http://dpaste.com/ 12 11 * Django has very good [http://www.djangoproject.com/documentation/ documentation]. Make sure you've checked it! 13 12 * Try [http://code.djangoproject.com/search?q=&wiki=on&ticket=on searching in Trac]. 13 * General questions about IRC or Freenode? Try the [http://freenode.net/faq.shtml Freenode FAQ]. 14 14 * Don't ask to ask, just ask! 15 15 … … 85 85 86 86 = Troubleshooting = 87 88 General problem-solving advice: Test the things you think are true until you find the one that isn't. 87 89 88 90 == "It doesn't work!" or "I got an error!" == #MoreInformationPlease