File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # -*- coding: utf-8 -*-
1+ # -*- coding: utf-8 -*-
22import os
33
44from django .db import models
@@ -34,7 +34,7 @@ class ReminderDates(models.Model):
3434
3535
3636class NomCom (models .Model ):
37- public_key = models .FileField (storage = FileSystemStorage (location = settings .PUBLIC_KEYS_URL ),
37+ public_key = models .FileField (storage = FileSystemStorage (location = settings .NOMCOM_PUBLIC_KEYS_DIR ),
3838 upload_to = upload_path_handler , blank = True , null = True )
3939
4040 group = models .ForeignKey (Group )
Original file line number Diff line number Diff line change 307307
308308# NomCom Tool settings
309309ROLODEX_URL = ""
310- PUBLIC_KEYS_URL = '/a/www/nomcom/public_keys/'
310+ NOMCOM_PUBLIC_KEYS_DIR = '/a/www/nomcom/public_keys/'
311311NOMCOM_FROM_EMAIL = DEFAULT_FROM_EMAIL
312312NOMCOM_ADMIN_EMAIL = DEFAULT_FROM_EMAIL
313313OPENSSL_COMMAND = '/usr/bin/openssl'
You can’t perform that action at this time.
0 commit comments