Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sauerburger-keys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frank Sauerburger
sauerburger-keys
Merge requests
!2
Resolve "Decode OpenPGP and display details"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Decode OpenPGP and display details"
2-decode-openpgp-and-display-details
into
master
Overview
0
Commits
5
Pipelines
0
Changes
5
Merged
Frank Sauerburger
requested to merge
2-decode-openpgp-and-display-details
into
master
4 years ago
Overview
0
Commits
5
Pipelines
0
Changes
5
Expand
Closes
#2 (closed)
Edited
4 years ago
by
Frank Sauerburger
0
0
Merge request reports
Viewing commit
b23c2c48
Prev
Next
Show latest version
5 files
+
88
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
Verified
b23c2c48
Display open pgp key data
· b23c2c48
Frank Sauerburger
authored
4 years ago
keys/settings.py
+
0
−
1
Options
@@ -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