feat: add PLANTNET_API_KEY setting
This commit is contained in:
parent
1fa1f71291
commit
2ceed3b083
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ MEDIA_ROOT = BASE_DIR / 'media'
|
|||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
PERENUAL_API_KEY = os.environ.get('PERENUAL_API_KEY', '')
|
||||
PLANTNET_API_KEY = os.environ.get('PLANTNET_API_KEY', '')
|
||||
|
||||
_trusted = os.environ.get('CSRF_TRUSTED_ORIGINS', '')
|
||||
if _trusted:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue