-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathurls.py
50 lines (49 loc) · 1.48 KB
/
urls.py
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
urls_list = [
'site/?my_sites=True',
'team/?my_teams=True',
'team',
# 'notification/list/?device_type=mobile_to_do',
'my-profile',
'notification/count',
'notification/list/?page=1',
'user-profile',
'me',
'my-assignments',
'my-profile/?content=to_review',
'project/?my_projects=True&page_no=1',
'profile/?my_users=True',
'manage-forms/my-forms/?filter_type=my_forms',
'manage-forms/my-forms/?filter_type=shared_forms',
'manage-forms/my-forms/?filter_type=project_forms',
'countries',
'profile/?me=true',
'time-zones',
'languages',
'team-dashboard/?team=1',
'team-map/?team=1',
'breadcrumb?team=1',
'upper-level-name/?project_id=1',
'project-dashboard/?project=1&content=sites_data&page_no=1',
'project-dashboard/?project=1&content=regions_data&page_no=1',
'project-dashboard/?project=1&content=logs_data&page_no=1',
'project-dashboard/?project=1&content=form_progress&page_no=1',
'graph/4',
'project-dashboard/?project=1',
'access-permissions?project=1',
'site-type/?project=1',
'region/?project=1',
'site/?project=1',
'breadcrumb?project=1',
'project/1',
'sectors',
'sub-sectors',
'project-terms-labels/?project=1',
'project-terms-labels/1',
'users/project/1/?filter_type=assign_users',
'breadcrumb?site=1',
'upper-level-name/?site_id=1',
'site-pictures/1',
'?parent=1',
'case-id-list/?site_id=1',
'site-dashboard/?site=1',
]