This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
e3d782fe80
django1
/
django
/
conf
/
app_template
/
models.py
4 lines
79 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #24950 -- Added unicode_literals to models.py in app template Thanks Tim Graham for the patch
2015-06-11 02:19:21 +08:00
{
{
unicode_literals
}
}
from
django
.
db
import
models
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02 09:31:56 +08:00
# Create your models here.