0sn / nameremoved
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (4)
- Graphs
-
Tree:
306015d
commit 306015d0b2a96aac86c63e12afed2525dbc65afe
tree 11776050365059f0b43e67796ad753c9a2bfa0a7
parent 4447639884eb9781b660c8d34304fac226ebc4d0
tree 11776050365059f0b43e67796ad753c9a2bfa0a7
parent 4447639884eb9781b660c8d34304fac226ebc4d0
| 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/ | ||
| |
urls.py | Fri Oct 09 18:47:22 -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.

