-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install and use? #1
Comments
Install the Required Dependenciescd requirements
pip install -r base.txt
pip install -r py3.txt Here is the configuration file ( Steps to Create the Config File:
Example
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: