mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
improved codestyle, go back to == in requirements
This commit is contained in:
parent
b6a870c0e5
commit
6cd06f6c8a
5 changed files with 61 additions and 57 deletions
|
|
@ -28,7 +28,9 @@ urlpatterns = [
|
|||
# API
|
||||
url(
|
||||
r"^api/auth/",
|
||||
include(('rest_framework.urls','rest_framework'), namespace="rest_framework")
|
||||
include(
|
||||
('rest_framework.urls', 'rest_framework'),
|
||||
namespace="rest_framework")
|
||||
),
|
||||
url(r"^api/", include((router.urls, 'drf'), namespace="drf")),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue