-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.wpr
42 lines (42 loc) · 1.57 KB
/
project.wpr
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
#!wing
#!version=5.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
debug.launch-configs = (1,
{'launch-uEyrOyU4OvN768uR': ({},
{'buildcmd': ('project',
('',
'')),
'env': ('project',
[]),
'name': u'Launch manage.py',
'pyexec': ('project',
''),
'pypath': ('project',
''),
'pyrunargs': ('project',
'-u'),
'runargs': 'runserver 8000',
'rundir': ('project',
'')})})
proj.debug-sub-processes = True
proj.directory-list = [{'dirloc': loc('.'),
'excludes': (),
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
proj.launch-config = {loc('autolims/tests.py'): ('project',
(u'',
'launch-uEyrOyU4OvN768uR')),
loc('manage.py'): ('project',
(u'',
'launch-uEyrOyU4OvN768uR'))}
proj.main-file = loc('manage.py')
testing.auto-test-file-specs = (('glob',
'test*.py'),)
testing.test-framework = {None: ':internal djangotest',
loc('manage.py'): ':internal djangotest'}