0sn / nameremoved

Backend django code for a webcomic

This URL has Read+Write access

0sn (author)
Fri Oct 09 18:47:22 -0700 2009
commit  306015d0b2a96aac86c63e12afed2525dbc65afe
tree    11776050365059f0b43e67796ad753c9a2bfa0a7
parent  4447639884eb9781b660c8d34304fac226ebc4d0
name age message
file .gitignore Sat Jan 31 19:50:11 -0800 2009 let's not bother with localsettings.py [0sn]
file README.rst Wed Feb 04 11:56:08 -0800 2009 Added note about this branch. [0sn]
file __init__.py Fri Jan 30 07:09:22 -0800 2009 adding most of the original files (still have t... [0sn]
file convertjson.sh Fri Jan 30 07:09:22 -0800 2009 adding most of the original files (still have t... [0sn]
file localsettings.py.template Mon Feb 09 09:51:11 -0800 2009 put debug serving of images back in (and locals... [0sn]
file manage.py Fri Jan 30 07:09:22 -0800 2009 adding most of the original files (still have t... [0sn]
file settings.py Wed Jul 15 22:45:36 -0700 2009 got it working! start to back. [0sn]
file sitemap.py Sun Jul 19 14:18:09 -0700 2009 Added storylines to sitemap [0sn]
directory templates/ Loading commit data...
file urls.py Fri Oct 09 18:47:22 -0700 2009 ditching old useless report url binding [0sn]
README.rst

NAME REMOVED

This is the Django source for the comic website Name Removed.

It used to live at google code ...

Some Things Have Changed

  • slug field in contributor
  • height and width names in comic
  • contribution with null contributor should instead be 666
  • also add the following to the dumpdata
{
  "pk": 666,
  "model": "contributions.contributor",
  "fields": {
      "info": "Nothing special.",
      "name": "None",
      "slug": "none"
  }
},

How To Update

  • run convertjson.sh on a recent dumpdata
  • run python manage.py sqlflush | python manage.py dbshell
  • You have to create the chunks yourself from your old templates
  • You have to manually convert your Extra pages into flatpages. Sucks, I know!

About This Branch

This is the branch that sits on the server. The master branch is where changes happen, and they're occasionally merged into this.