mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Updated to Django 2
This commit is contained in:
parent
f3654310bd
commit
8f6231bd34
7 changed files with 16 additions and 13 deletions
2
src/documents/models.py
Normal file → Executable file
2
src/documents/models.py
Normal file → Executable file
|
|
@ -10,7 +10,7 @@ from collections import OrderedDict
|
|||
from fuzzywuzzy import fuzz
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.urls import reverse
|
||||
from django.db import models
|
||||
from django.template.defaultfilters import slugify
|
||||
from django.utils import timezone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue