mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 05:50:16 +02:00
Prevent market url patterns from conflicting
Addresses #683 Install instructions have people aliasing `/market/` to the alliance market app which prevents access to the market action URLs.
This commit is contained in:
parent
13204a7e91
commit
d7a4d06120
@ -12,5 +12,5 @@ module_urls = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
url(r'^market/', include(module_urls))
|
url(r'^evernus-market/', include(module_urls))
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user