Rename my_configuration to mycfg for brevity
This commit is contained in:
parent
cd804091c3
commit
78acb1b359
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'
|
0
mycfg_template/mycfg/repos/.gitkeep
Normal file
0
mycfg_template/mycfg/repos/.gitkeep
Normal file
1
mycfg_template/mycfg/repos/hypexport
Symbolic link
1
mycfg_template/mycfg/repos/hypexport
Symbolic link
|
@ -0,0 +1 @@
|
|||
/tmp/my_demo/hypothesis_repo
|
Loading…
Add table
Add a link
Reference in a new issue