This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jan 31 19:50:11 -0800 2009 | |
| |
README.rst | Wed Feb 04 11:56:08 -0800 2009 | |
| |
__init__.py | Fri Jan 30 07:09:22 -0800 2009 | |
| |
convertjson.sh | Fri Jan 30 07:09:22 -0800 2009 | |
| |
localsettings.py.template | Mon Feb 09 09:51:11 -0800 2009 | |
| |
manage.py | Fri Jan 30 07:09:22 -0800 2009 | |
| |
settings.py | Wed Jul 15 22:45:36 -0700 2009 | |
| |
sitemap.py | Sun Jul 19 14:18:09 -0700 2009 | |
| |
templates/ | Wed Oct 14 09:33:29 -0700 2009 | |
| |
urls.py | Wed Jul 15 22:45:36 -0700 2009 |
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.







