-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwingide.wpr
More file actions
20 lines (20 loc) · 791 Bytes
/
wingide.wpr
File metadata and controls
20 lines (20 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!wing
#!version=7.0
##################################################################
# Wing project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('web'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-list = [loc('README.md'),
loc('setup.sh'),
loc('sourceme.sh')]
proj.file-type = 'shared'
proj.launch-config = {loc('web/manage.py'): ('project',
(u'runserver --noreload',
''))}
proj.main-file = loc('web/manage.py')