Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: evbeda/edagames-django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 552319fa9f2378c3cc9cdfb3bccbe75b156eefcb
Choose a base ref
..
head repository: evbeda/edagames-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0c9635012baa2ac8ce2de0f0b501b442cca9dd73
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 edagames/urls.py
2 changes: 2 additions & 0 deletions edagames/urls.py
Original file line number Diff line number Diff line change
@@ -25,3 +25,5 @@
path('', include('development.urls', namespace='api')),
path('', include(('tournaments.urls'), namespace='tournaments')),
]
urlpatterns += static(settings.MEDIA_URL, document_root = settings.MEDIA_ROOT)
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)