Move to own folder and add webapp-admin

This commit is contained in:
Robin van Genderen
2019-02-06 12:56:25 +01:00
parent ea1f101839
commit 8bcf2041aa
12 changed files with 666 additions and 0 deletions

19
webapp_settings/readme.md Normal file
View File

@@ -0,0 +1,19 @@
webapp_settings.py
==================
#### Usage:
###### Backup
```python
python webapp_settings.py --user user --backup
```
###### Restore
```python
python webapp_settings.py --user user --restore
```