mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 19:09:17 +02:00
WIP: Debian installation instructions
This commit is contained in:
parent
6adc8f0cde
commit
d63e7677e4
25 changed files with 574 additions and 126 deletions
|
@ -22,6 +22,9 @@ CACHES = {
|
|||
'LOCATION': ''
|
||||
}
|
||||
}
|
||||
INSTALLED_APPS += ('kombu.transport.django',)
|
||||
BROKER_URL = 'django://'
|
||||
|
||||
# TESTING
|
||||
# ------------------------------------------------------------------------------
|
||||
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue