Minimal qr generator implementation

This commit is contained in:
jbdoderlein 2024-08-21 10:59:08 +00:00
parent a8a2dd3f60
commit 519547f185
2 changed files with 5 additions and 0 deletions

View file

@ -48,6 +48,7 @@ INSTALLED_APPS = [
'phonenumber_field',
'polymorphic',
'oauth2_provider',
'qr_code',
# Django contrib
# Django Admin will autodiscover our apps for our custom admin site.