Changes between Version 71 and Version 72 of IrcFAQ
- Timestamp:
- May 2, 2008, 10:02:05 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v71 v72 51 51 If you always want to run with the bleeding-edge, just use the SVN trunk rather than the last release (it's kept stable and is updated nearly every day). 52 52 53 54 53 == I'm trying to install Django on Windows and something is weird. == #Windows 55 54 56 55 Have you looked here? http://code.djangoproject.com/wiki/WindowsInstall 57 58 59 == I'm using the development version (via Subversion) and when I ran "svn up" a bunch of stuff broke! == #SvnUp60 61 Don't use the development version of Django unless you also follow the BackwardsIncompatibleChanges and possibly the [http://code.djangoproject.com/timeline timeline] as well. That way you can see what has changed *before* you update.62 63 That way, changes like [http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Auto-escapingintemplates auto-escaping of HTML in templates] won't catch you by surprise.64 65 Also, when reading the documentation, keep a special eye out for the "New In Development Version" sections.66 56 67 57 == What should I use for development -- the built-in server, mod_python, FastCGI? == #WhichServer … … 154 144 155 145 [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. 146 147 == I'm using the development version (via Subversion) and when I ran "svn up" a bunch of stuff broke! == #SvnUp 148 149 Don't use the development version of Django unless you also follow the BackwardsIncompatibleChanges and possibly the [http://code.djangoproject.com/timeline timeline] as well. That way you can see what has changed *before* you update. 150 151 That way, changes like [http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Auto-escapingintemplates auto-escaping of HTML in templates] won't catch you by surprise. 152 153 Also, when reading the documentation, keep a special eye out for the "New In Development Version" sections. 156 154 157 155 == The admin is working, but it can't find the Javascript and CSS and image files. == #AdminFiles