Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions djangoproject/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"django_hosts",
"sorl.thumbnail",
"djmoney",
"flatpages_extra",
"django.contrib.sites",
"django.contrib.auth",
"django.contrib.admin",
Expand Down
1 change: 1 addition & 0 deletions djangoproject/urls/www.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
path("weblog/", include("blog.urls")),
path("download/", include("releases.urls")),
path("svntogit/", include("svntogit.urls")),
path("flatpagesextra/", include("flatpages_extra.urls")),
path("", include("legacy.urls")),
]

Expand Down
1 change: 1 addition & 0 deletions requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Babel==2.17.0
django-contact-form==5.2.0
django-countries==7.6.1
django-flatpages-extra==0.17.0
django-hosts==5.1
django-money==3.5.4
django-push @ git+https://github.com/brutasse/django-push.git@22fda99641cfbd2f3075a723d92652a8e38220a5
Expand Down