mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 21:59:16 +02:00
[EPIC] Audio metadata update - UI / API
This commit is contained in:
parent
1a1c62ab37
commit
e0c5ffcb16
59 changed files with 2793 additions and 436 deletions
|
@ -29,7 +29,6 @@ env_file = env("ENV_FILE", default=None)
|
|||
if env_file:
|
||||
# we have an explicitely specified env file
|
||||
# so we try to load and it fail loudly if it does not exist
|
||||
print("ENV_FILE", env_file)
|
||||
env.read_env(env_file)
|
||||
else:
|
||||
# we try to load from .env and config/.env
|
||||
|
@ -150,7 +149,7 @@ if RAVEN_ENABLED:
|
|||
|
||||
# Apps specific for this project go here.
|
||||
LOCAL_APPS = (
|
||||
"funkwhale_api.common",
|
||||
"funkwhale_api.common.apps.CommonConfig",
|
||||
"funkwhale_api.activity.apps.ActivityConfig",
|
||||
"funkwhale_api.users", # custom users app
|
||||
# Your stuff: custom apps go here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue