Skip to content
Snippets Groups Projects

Resolve "Decode OpenPGP and display details"

Merged Frank Sauerburger requested to merge 2-decode-openpgp-and-display-details into master
5 files
+ 88
3
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 0
1
@@ -15,7 +15,6 @@ from pathlib import Path
@@ -15,7 +15,6 @@ from pathlib import Path
# Build paths inside the project like this: BASE_DIR / 'subdir'.
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
BASE_DIR = Path(__file__).resolve().parent.parent
# Quick-start development settings - unsuitable for production
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/
# See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/
Loading