-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdemo.wpr
More file actions
85 lines (85 loc) · 3.56 KB
/
demo.wpr
File metadata and controls
85 lines (85 loc) · 3.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#!wing
#!version=6.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
debug.launch-configs = (2,
{'launch-bNYeQCRtHeW87ZML': ({},
{'buildcmd': ('project',
None),
'env': ('project',
[u'']),
'name': u'Django runserver',
'pyexec': ('project',
u''),
'pypath': ('project',
[]),
'pyrunargs': ('project',
'-u'),
'runargs': u'runserver 8220',
'rundir': ('project',
u'')})})
proj.debug-sub-processes = True
proj.directory-list = [{'dirloc': loc('dashboard'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('demo'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('events'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('home'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('website'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('.'),
'excludes': [u'a',
u'requirements'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('../ls.joyous/ls/joyous'),
'excludes': [u'utils/telltime.py'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('../ls.joyful/ls/joyful'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('../../env/orange37/site-packages/wagtail'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-list = [loc('manage.py')]
proj.file-type = 'shared'
proj.launch-config = {loc('manage.py'): ('custom',
(u'',
'launch-bNYeQCRtHeW87ZML'))}
proj.main-file = loc('manage.py')
testing.test-framework = {loc('manage.py'): ':internal djangotest'}