repo.or.cz
/
gae.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
App Engine Python SDK version $VERSION
[gae.git]
/
python
/
lib
/
django-1.3
/
tests
/
regressiontests
/
special_headers
/
models.py
blob
0c126757cced46f954618d4f2e749f3be4d23ec9
1
from
django
.
db
import
models
2
3
class
Article
(
models
.
Model
):
4
text
=
models
.
TextField
()