You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Users\Sweet Home\Documents\dev\jetdemo\application\settings.py", line 37, in
SECRET_KEY = config.get('common', 'secret_key')
File "C:\Program Files\Python36\lib\configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "C:\Program Files\Python36\lib\configparser.py", line 1141, in _unify_values
raise NoSectionError(section)
configparser.NoSectionError: No section: 'common'
Can anyone provide steps to run this demo on Django 2.1.0 ?
The text was updated successfully, but these errors were encountered:
Getting this error while compiling...
File "C:\Users\Sweet Home\Documents\dev\jetdemo\application\settings.py", line 37, in
SECRET_KEY = config.get('common', 'secret_key')
File "C:\Program Files\Python36\lib\configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "C:\Program Files\Python36\lib\configparser.py", line 1141, in _unify_values
raise NoSectionError(section)
configparser.NoSectionError: No section: 'common'
Can anyone provide steps to run this demo on Django 2.1.0 ?
The text was updated successfully, but these errors were encountered: