0sn / nameremoved
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (4)
- Graphs
-
Tree:
dd21f7c
| 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 | ||
| |
sitemap.py | ||
| |
templates/ | ||
| |
urls.py |
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.

