Changes between Version 70 and Version 71 of IrcFAQ
- Timestamp:
- May 1, 2008, 2:35:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v70 v71 143 143 = Troubleshooting = 144 144 145 == X doesn't work!== #MoreInformationPlease146 147 If you want good help you'll need to give a little more information. Keep in mind that we know little if anything about your project, your level of experience with Python and Django, etc.145 == "It doesn't work!" or "I got an error!" == #MoreInformationPlease 146 147 If you want good help you'll need to give a little more information. Keep in mind that we probably know little if anything about your project, your level of experience with Python and Django, etc. 148 148 149 149 Did it work before? Or is this something you're trying for the first time? Does it raise an error? Die silently? Give unexpected output? 150 150 151 If you want help with an error, try to give us 1) the code that produced the error and 2) the error traceback itself. 152 151 153 When asking for help, make sure you describe 1) what you did, 2) what you expected to happen, and 3) what actually happened. 152 154 153 [http://dpaste.com/ Pasting] your code and any error messages you received is also helpful. (Don't forget to set the syntax when you paste so that the proper colorizing is applied -- that makes it easier for us to read your stuff.) 154 155 [http://dpaste.com/ Pasting] your code is often helpful. Don't forget to set the syntax when you paste so that the proper colorizing is applied -- that makes it easier for us to read your stuff. The Django debug page has a handy button for automatically sharing traceback code. 155 156 156 157 == The admin is working, but it can't find the Javascript and CSS and image files. == #AdminFiles