Clening git repo

This commit is contained in:
Gregory Trullemans 2022-09-28 11:47:47 +02:00
parent 1a884b0544
commit 6b01390caf
2 changed files with 19 additions and 17 deletions

2
.gitignore vendored
View File

@ -6,6 +6,8 @@ __pycache__
db.sqlite3
*.sql
media
*.yaml
*.json
# Python #
*.py[cod]

View File

@ -8,7 +8,7 @@ import pendulum
import yaml
from django.conf import settings
from django.db.models import Max, Q
from html2rml import html2rml # ####
from PIL import Image
from reportlab.lib import colors
from reportlab.lib.pagesizes import A4