From 984ec6ae206cb1b7242dfb67974a2a6a990eaca9 Mon Sep 17 00:00:00 2001 From: Ross Mountjoy Date: Tue, 28 Jan 2020 08:39:21 -0500 Subject: [PATCH] separated user data --- .gitignore | 6 + .idea/DashMachine.iml | 19 -- .../inspectionProfiles/profiles_settings.xml | 6 - .idea/misc.xml | 7 - .idea/modules.xml | 8 - .idea/vcs.xml | 6 - .idea/watcherTasks.xml | 25 --- .idea/workspace.xml | 208 ------------------ dashmachine/__init__.py | 5 +- dashmachine/dashmachine_init.py | 30 +++ dashmachine/main/utils.py | 2 +- dashmachine/paths.py | 4 +- .../static/images/backgrounds/Boy4aow.png | Bin 257383 -> 0 bytes .../static/images/backgrounds/Hk1KgQS.png | Bin 382330 -> 0 bytes .../static/images/backgrounds/ZtkPKMg.jpg | Bin 579187 -> 0 bytes .../backgrounds/aodvrziifxcjmgvqhbsg.png | Bin 913522 -> 0 bytes .../backgrounds/avbtqymfykwfcjylgqql.jpg | Bin 117726 -> 0 bytes .../static/images/backgrounds/background.png | Bin 553141 -> 0 bytes .../images/backgrounds/fns7rzzwluh11.png | Bin 154359 -> 0 bytes .../static/images/backgrounds/glWla8v.png | Bin 298394 -> 0 bytes .../static/images/backgrounds/mKkaVVc.gif | Bin 653603 -> 0 bytes ...oint-inspirations-picture-pics-desktop.jpg | Bin 101766 -> 0 bytes .../static/images/backgrounds/xdWDtvx.png | Bin 339601 -> 0 bytes .../backgrounds/xsxgvgayvfvekklkvwvf.png | Bin 29853 -> 0 bytes dashmachine/user_data/config.ini | 88 -------- dashmachine/user_data/site.db | Bin 28672 -> 0 bytes dashmachine/user_system/models.py | 7 +- dashmachine/user_system/routes.py | 5 +- dashmachine/user_system/utils.py | 15 +- default_config.ini | 4 + run.py | 3 + 31 files changed, 58 insertions(+), 390 deletions(-) delete mode 100644 .idea/DashMachine.iml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/watcherTasks.xml delete mode 100644 .idea/workspace.xml create mode 100644 dashmachine/dashmachine_init.py delete mode 100644 dashmachine/static/images/backgrounds/Boy4aow.png delete mode 100644 dashmachine/static/images/backgrounds/Hk1KgQS.png delete mode 100644 dashmachine/static/images/backgrounds/ZtkPKMg.jpg delete mode 100644 dashmachine/static/images/backgrounds/aodvrziifxcjmgvqhbsg.png delete mode 100644 dashmachine/static/images/backgrounds/avbtqymfykwfcjylgqql.jpg delete mode 100644 dashmachine/static/images/backgrounds/background.png delete mode 100644 dashmachine/static/images/backgrounds/fns7rzzwluh11.png delete mode 100644 dashmachine/static/images/backgrounds/glWla8v.png delete mode 100644 dashmachine/static/images/backgrounds/mKkaVVc.gif delete mode 100644 dashmachine/static/images/backgrounds/wallpaper-hd-of-pixel-art-and-background-powerpoint-inspirations-picture-pics-desktop.jpg delete mode 100644 dashmachine/static/images/backgrounds/xdWDtvx.png delete mode 100644 dashmachine/static/images/backgrounds/xsxgvgayvfvekklkvwvf.png delete mode 100644 dashmachine/user_data/config.ini delete mode 100644 dashmachine/user_data/site.db create mode 100644 default_config.ini diff --git a/.gitignore b/.gitignore index 92e87f5..6cd081a 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,9 @@ dmypy.json .directory scheduler.db scheduler.db + +.idea/ + +dashmachine/user_data/ +dashmachine/static/user_icons +dashmachine/static/backgrounds \ No newline at end of file diff --git a/.idea/DashMachine.iml b/.idea/DashMachine.iml deleted file mode 100644 index 832f34c..0000000 --- a/.idea/DashMachine.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 65dec42..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 7f4baa9..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml deleted file mode 100644 index d7007b0..0000000 --- a/.idea/watcherTasks.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 285659a..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -