Rename my_configuration to mycfg for brevity
This commit is contained in:
parent
cd804091c3
commit
066641a4ce
31 changed files with 65 additions and 70 deletions
6
mycfg_template/mycfg/__init__.py
Normal file
6
mycfg_template/mycfg/__init__.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
class paths:
|
||||
"""
|
||||
Feel free to remove this if you don't need it/add your own custom settings and use them
|
||||
"""
|
||||
class hypothesis:
|
||||
export_path = '/tmp/my_demo/backups/hypothesis'
|
Loading…
Add table
Add a link
Reference in a new issue