mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Update link to Django documentation in urls.py.
As per requirements.txt we are using Django version 1.10. It makes sense to link to the documentation for that version as well. Also, the documentation for the previous version has a notice on the top that informs about the version being unsafe which is a bit disconcerting when seeing it.
This commit is contained in:
parent
6bf7429ef6
commit
482f02fbaa
@ -1,7 +1,7 @@
|
||||
"""paperless URL Configuration
|
||||
|
||||
The `urlpatterns` list routes URLs to views. For more information please see:
|
||||
https://docs.djangoproject.com/en/1.9/topics/http/urls/
|
||||
https://docs.djangoproject.com/en/1.10/topics/http/urls/
|
||||
Examples:
|
||||
Function views
|
||||
1. Add an import: from my_app import views
|
||||
|
Loading…
x
Reference in New Issue
Block a user