File tree 3 files changed +5
-11
lines changed
3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 62
62
},
63
63
}
64
64
65
- INSTALLED_APPS += ('django_extensions' ,)
65
+ INSTALLED_APPS += (
66
+ 'debug_toolbar' ,
67
+ 'django_extensions' ,
68
+ )
Original file line number Diff line number Diff line change 1
- BeautifulSoup
2
- boto
3
- biplist
4
1
Django
5
2
django-annoying
6
- django-appconf
7
3
django-bcrypt
4
+ django-debug-toolbar
8
5
django-extensions
9
6
django-markdown-deux
10
7
django-pagination
11
8
django-taggit
12
9
django-templatetag-sugar
13
10
gunicorn
14
- lxml
15
11
parsedatetime
16
12
psycopg2
17
13
pyelasticsearch
18
14
Pygments
19
15
python-memcached
20
16
python-postmark
21
17
pyyaml
22
- simplejson
23
18
South
24
- uuid
25
- versiontools
26
19
Werkzeug
27
20
28
21
git+https://github.com/toastdriven/django-haystack.git@master#egg=django-haystack
29
22
hg+https://bitbucket.org/ubernostrum/django-registration#egg=django-registration
30
23
git+https://github.com/toastdriven/django-tastypie.git#egg=django-tastypie
31
- git+git://github.com/jbalogh/django-cache-machine.git#egg=django-cache-machine
32
24
git+git://github.com/mintchaos/typogrify.git#egg=typogrify
Original file line number Diff line number Diff line change 89
89
'django.contrib.staticfiles' ,
90
90
'django.contrib.admin' ,
91
91
92
- 'debug_toolbar' ,
93
92
'django_bcrypt' ,
94
93
'haystack' ,
95
94
'markdown_deux' ,
You can’t perform that action at this time.
0 commit comments