Skip to content

Commit 276e98b

Browse files
committed
Added shit tone of files
1 parent b642bc7 commit 276e98b

File tree

88 files changed

+7627
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+7627
-151
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# TODO
2+
3+
Pencil icon changes to a green check mark once export for that file is correct. Else an error symbol.
4+
5+
16
# bootstrap-studio-to-django-template
27
[![Build Status](https://travis-ci.org/AbcSxyZ/bootstrap-studio-to-django-template.svg?branch=master)](https://travis-ci.org/AbcSxyZ/bootstrap-studio-to-django-template)
38
[![Coverage Status](https://coveralls.io/repos/github/AbcSxyZ/bootstrap-studio-to-django-template/badge.svg?branch=coverall)](https://coveralls.io/github/AbcSxyZ/bootstrap-studio-to-django-template?branch=coverall)

auto-py-to-exe-config.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"version": "auto-py-to-exe-configuration_v1",
3+
"pyinstallerOptions": [
4+
{
5+
"optionDest": "noconfirm",
6+
"value": true
7+
},
8+
{
9+
"optionDest": "filenames",
10+
"value": "C:/Users/fruit/OneDrive/Desktop/WebDev/bootstrap-studio-to-django-template/converter.py"
11+
},
12+
{
13+
"optionDest": "onefile",
14+
"value": true
15+
},
16+
{
17+
"optionDest": "console",
18+
"value": true
19+
},
20+
{
21+
"optionDest": "ascii",
22+
"value": false
23+
},
24+
{
25+
"optionDest": "clean_build",
26+
"value": false
27+
},
28+
{
29+
"optionDest": "strip",
30+
"value": false
31+
},
32+
{
33+
"optionDest": "noupx",
34+
"value": false
35+
},
36+
{
37+
"optionDest": "disable_windowed_traceback",
38+
"value": false
39+
},
40+
{
41+
"optionDest": "embed_manifest",
42+
"value": true
43+
},
44+
{
45+
"optionDest": "uac_admin",
46+
"value": false
47+
},
48+
{
49+
"optionDest": "uac_uiaccess",
50+
"value": false
51+
},
52+
{
53+
"optionDest": "win_private_assemblies",
54+
"value": false
55+
},
56+
{
57+
"optionDest": "win_no_prefer_redirects",
58+
"value": false
59+
},
60+
{
61+
"optionDest": "bootloader_ignore_signals",
62+
"value": false
63+
},
64+
{
65+
"optionDest": "argv_emulation",
66+
"value": false
67+
}
68+
],
69+
"nonPyinstallerOptions": {
70+
"increaseRecursionLimit": true,
71+
"manualArguments": ""
72+
}
73+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#!wing
2+
#!version=8.0
3+
##################################################################
4+
# Wing project file #
5+
##################################################################
6+
[project attributes]
7+
proj.directory-list = [{'dirloc': loc('.'),
8+
'excludes': ['auto-py-to-exe-config.json'],
9+
'filter': '*',
10+
'include_hidden': False,
11+
'recursive': True,
12+
'watch_for_changes': True}]
13+
proj.file-type = 'shared'
14+
proj.launch-config = {loc('bss_to_django.py'): ('project',
15+
('../DiagramChaseDatabase/BSSExport',
16+
'')),
17+
loc('converter.py'): ('project',
18+
('../DiagramChaseDatabase/BSSExport',
19+
'')),
20+
loc('dev_bss_to_django.py'): ('project',
21+
('BSSExport',
22+
''))}
23+
proj.main-file = loc('bss_to_django.py')

0 commit comments

Comments
 (0)