adjust demo.py and the config template to use my.config
This commit is contained in:
parent
4d33416696
commit
2bcde388d7
7 changed files with 38 additions and 24 deletions
8
mycfg_template/my/config/__init__.py
Normal file
8
mycfg_template/my/config/__init__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
Feel free to remove this if you don't need it/add your own custom settings and use them
|
||||
"""
|
||||
|
||||
class hypothesis:
|
||||
# expects outputs from https://github.com/karlicoss/hypexport
|
||||
# (it's just the standard Hypothes.is export format)
|
||||
export_path = '/path/to/hypothesis/data'
|
Loading…
Add table
Add a link
Reference in a new issue