victor@7: """ This file contains the user-specific settings for the scc_access script. victor@7: victor@7: You should rename the file settings.sample.py to setting.py. victor@7: """ victor@7: victor@7: # Add here the HTTP user name and password that is needed to access the SCC site. victor@7: BASIC_LOGIN = ('username', 'password') victor@7: victor@7: # Add here the user-name and password that is needed to log in to the SCC site. victor@7: # It is recommended to use credential for a user without management privileges victor@7: DJANGO_LOGIN = ('username', 'password') victor@7: victor@7: # Change this to the directory to download the files victor@7: OUTPUT_DIR = '/path/to/files/scc_output/' victor@7: victor@7: # SCC base URL. Normally you shouldn't need to change that. You should change victor@7: # this only if you want to use a different SCC installation e.g. a local version. victor@7: BASE_URL = 'https://scc.imaa.cnr.it/'