| 6 | |
| 7 | = General Tips = |
| 8 | |
| 9 | * When asking for help in the channel, '''be as specific as possible''' in your request. "It doesn't work" is not sufficiently specific! |
| 10 | * Standard problem-reporting advice: Describe 1) what you did, 2) what you expected to happen, and 3) what actually happened. |
| 11 | * General problem-'''solving''' advice: Test all the things you think are true until you find the one that isn't. |
| 12 | * Showing actual code is useful. For code longer than a line or two, use the pastebin: http://dpaste.com/ |
| 13 | * Django has very good [http://www.djangoproject.com/documentation/ documentation]. Make sure you've checked it! |