Files
account_store/GeneralApp/init_options.py
SDE 7eb8edbe1f 0.7.96
fix articles page
2023-11-29 19:21:15 +03:00

8 lines
166 B
Python

from .models import *
def init():
options = Option.objects.all()
option_names = options.values_list('name', flat=True)
#
# if not 'mail_server_url':