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

34
.gitignore vendored
View File

@ -6,28 +6,30 @@ __pycache__
db.sqlite3
*.sql
media
*.yaml
*.json
# Python #
*.py[cod]
*$py.class
# Python #
*.py[cod]
*$py.class
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
data/
# Visual Studio Code #
.vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
# Mac OS

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