add transmission interface
This commit is contained in:
parent
d2aae7d958
commit
0510588b28
11 changed files with 130 additions and 1 deletions
|
|
@ -110,6 +110,7 @@ INSTALLED_APPS = (
|
|||
'app',
|
||||
'backend',
|
||||
'oxuser',
|
||||
'torrent',
|
||||
)
|
||||
|
||||
AUTH_PROFILE_MODULE = 'oxuser.UserProfile'
|
||||
|
|
@ -124,6 +125,11 @@ VIDEO_ENCODING = {
|
|||
'high': {'profile': 'padma'}
|
||||
}
|
||||
|
||||
TRANSMISSON_HOST='localhost'
|
||||
TRANSMISSON_PORT=9091
|
||||
TRANSMISSON_USER='transmission'
|
||||
TRANSMISSON_PASSWORD='transmission'
|
||||
|
||||
#overwrite default settings with local settings
|
||||
try:
|
||||
from local_settings import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue