public
Description: Backend django code for a webcomic
Homepage: http://nameremoved.com/
Clone URL: git://github.com/0sn/nameremoved.git
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/ Wed Oct 14 09:33:29 -0700 2009 random comic link in main template [0sn]
file urls.py Wed Jul 15 22:45:36 -0700 2009 got it working! start to back. [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.