-
Notifications
You must be signed in to change notification settings - Fork 5
/
labhamster.wpr
39 lines (39 loc) · 1.48 KB
/
labhamster.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
#!wing
#!version=6.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
debug.launch-configs = (1,
{'launch-HuTbEpEIYCRU8vvM': ({},
{'buildcmd': ('project',
('',
'')),
'env': ('project',
[]),
'name': u'Launch manage.py',
'pyexec': ('project',
''),
'pypath': ('project',
''),
'pyrunargs': ('project',
'-u'),
'runargs': 'runserver --noreload 8000',
'rundir': ('project',
'')})})
proj.debug-sub-processes = True
proj.directory-list = [{'dirloc': loc('.'),
'excludes': [u'venv',
u'labhamster/templates/admin/index.html',
u'env'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-list = [loc('labhamster/templates/admin/index.html')]
proj.file-type = 'shared'
proj.launch-config = {loc('manage.py'): ('custom',
(u'',
'launch-HuTbEpEIYCRU8vvM'))}
proj.main-file = loc('manage.py')
testing.test-framework = {loc('manage.py'): ':internal djangotest'}