⇤ ← Revision 1 as of 2006-09-07 21:38:18
Size: 558
Comment:
|
← Revision 2 as of 2011-08-03 11:01:01 ⇥
Size: 558
Comment: converted to 1.6 markup
|
No differences found! |
MoinMoin diff parser from parser/diff.py
예)
1 --- a/settings.py Wed Aug 30 16:14:44 2006 +0900
2 +++ b/settings.py Wed Aug 30 16:17:17 2006 +0900
3
4 -DATABASE_ENGINE = ''
5 -DATABASE_NAME = ''
6 +DATABASE_ENGINE = 'sqlite3'
7 +DATABASE_NAME = r'c:\work\altlang\gmp.db'
8
9 @@ -74,4 +74,6 @@ INSTALLED_APPS = (
10 'django.contrib.contenttypes',
11 'django.contrib.sessions',
12 'django.contrib.sites',
13 + 'django.contrib.admin', # for Admin interface
14 + 'eswd', # Out English Study With Django App.
15 )