mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 10:07:15 +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
|
|
@ -5,7 +5,7 @@ from django.contrib import admin
|
|||
from django.contrib.auth.models import User, Group
|
||||
try:
|
||||
from django.core.urlresolvers import reverse
|
||||
except:
|
||||
except ImportError:
|
||||
from django.urls import reverse
|
||||
from django.templatetags.static import static
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue