Add missing import
This commit is contained in:
parent
3e7d300c5a
commit
5c8a9adb36
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from reportlab.lib.enums import TA_LEFT
|
||||
from reportlab.lib.styles import ParagraphStyle as PS
|
||||
from reportlab.lib.units import cm
|
||||
from reportlab.platypus import PageTemplate, Paragraph, Table, TableStyle
|
||||
from reportlab.platypus import PageTemplate, Paragraph, Spacer, Table, TableStyle
|
||||
|
||||
from django.utils.dateformat import format as django_format
|
||||
from django.utils.text import slugify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue