Changes between Version 71 and Version 72 of IrcFAQ


Ignore:
Timestamp:
May 2, 2008, 10:02:05 AM (16 years ago)
Author:
Paul Bissex
Comment:

moved "SvnUp" section

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v71 v72  
    5151If 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).
    5252
    53 
    5453== I'm trying to install Django on Windows and something is weird. == #Windows
    5554
    5655Have 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! == #SvnUp
    60 
    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.
    6656
    6757== What should I use for development -- the built-in server, mod_python, FastCGI? == #WhichServer
     
    154144
    155145[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
     149Don'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
     151That way, changes like [http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Auto-escapingintemplates auto-escaping of HTML in templates] won't catch you by surprise.
     152
     153Also, when reading the documentation, keep a special eye out for the "New In Development Version" sections.
    156154
    157155== The admin is working, but it can't find the Javascript and CSS and image files. == #AdminFiles
Back to Top