Skip to content
Snippets Groups Projects
Forked from funkwhale / funkwhale
7831 commits behind the upstream repository.
urls.py 149 B
from django.conf.urls import url
from . import views


urlpatterns = [
    url(r'^settings/$', views.InstanceSettings.as_view(), name='settings'),
]