File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 75
75
"django_hosts" ,
76
76
"sorl.thumbnail" ,
77
77
"djmoney" ,
78
+ "flatpages_extra" ,
78
79
"django.contrib.sites" ,
79
80
"django.contrib.auth" ,
80
81
"django.contrib.admin" ,
Original file line number Diff line number Diff line change 139
139
path ("weblog/" , include ("blog.urls" )),
140
140
path ("download/" , include ("releases.urls" )),
141
141
path ("svntogit/" , include ("svntogit.urls" )),
142
+ path ("flatpagesextra/" , include ("flatpages_extra.urls" )),
142
143
path ("" , include ("legacy.urls" )),
143
144
]
144
145
Original file line number Diff line number Diff line change 1
1
Babel==2.17.0
2
2
django-contact-form==5.2.0
3
3
django-countries==7.6.1
4
+ django-flatpages-extra==1.0
4
5
django-hosts==5.1
5
6
django-money==3.5.4
6
7
django-push @ git+https://github.com/brutasse/django-push.git@22fda99641cfbd2f3075a723d92652a8e38220a5
You can’t perform that action at this time.
0 commit comments