Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The Django API is amazingly stable so you may not have to rewrite it at all (unless you really want to).</p> <p>I have a site I did in 2007 using 0.97-pre -- at least I think that's what they called it, it was trunk 6688. Anyway, I have ported the site twice, once to 1.0 and then to 1.1.1. The only "major" thing we had to deal with was Admin moving into its own file, but that was mostly cut-and-paste in the editor plus a few tweaks. You'll run into small stuff like <code>maxlength</code> going to <code>max_length</code>, etc., but that's easy stuff to deal with.</p> <p>Check the lists of <a href="http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges" rel="nofollow noreferrer">Backward Incompatible Changes</a>, and <a href="http://docs.djangoproject.com/en/dev/releases/1.1/#backwards-incompatible-changes-in-1-1" rel="nofollow noreferrer">here</a>, and <a href="http://docs.djangoproject.com/en/dev/releases/1.2-alpha-1/#backwards-incompatible-changes-in-1-2" rel="nofollow noreferrer">here</a> to see if anything jumps out at you. Read through the <a href="http://docs.djangoproject.com/en/1.1/#the-model-layer" rel="nofollow noreferrer">ORM docs</a> as if you've never seen them before -- a <em>lot</em> has changed. You may want to look at some of your model relationships and queries and see if the revised ORM makes some of them easier/more efficient to do.</p> <p>I recommend using <a href="http://code.google.com/p/django-grappelli/" rel="nofollow noreferrer">Grappelli</a> along with <a href="http://code.google.com/p/django-filebrowser/" rel="nofollow noreferrer">Filebrowser</a> (in fact I think the recent releases of filebrowser <em>require</em> grappelli). Take a look at <a href="http://pinaxproject.com/" rel="nofollow noreferrer">Pinax</a> for a whole bushel basket of apps brought together under one roof. There's a lot out there and you sort of have to poke around a little. Depending on what you're doing, <a href="http://geodjango.org/" rel="nofollow noreferrer">GeoDjango</a> may be of interest to you. Etc., etc. I'm sure you'll have fun with all of the new toys.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload