File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 74
74
"crispy_bootstrap5" ,
75
75
"crispy_forms" ,
76
76
"django_celery_beat" ,
77
+ "django_filters" ,
77
78
"rest_framework_datatables" ,
78
79
"rest_framework" ,
79
- "django_filters" ,
80
80
]
81
81
82
+ LOCAL_APPS = [
83
+ "environmental_justice" ,
84
+ "feedback" ,
85
+ "sde_collections" ,
86
+ "sde_indexing_helper.users" ,
87
+ ]
88
+
89
+ # https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
90
+ INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS
91
+
82
92
CORS_ALLOWED_ORIGINS = [
83
93
"http://localhost:3000" ,
84
94
"http://sde-lrm.nasa-impact.net" ,
92
102
"http://localhost:4200" ,
93
103
]
94
104
95
- LOCAL_APPS = [
96
- "environmental_justice" ,
97
- "sde_indexing_helper.users" ,
98
- "sde_collections" ,
99
- "feedback" ,
100
- ]
101
- # https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
102
- INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS
103
-
104
105
# MIGRATIONS
105
106
# ------------------------------------------------------------------------------
106
107
# https://docs.djangoproject.com/en/dev/ref/settings/#migration-modules
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ crispy-bootstrap5==2023.10 # https://github.com/django-crispy-forms/crispy-boot
21
21
# project-specific
22
22
beautifulsoup4==4.12.3
23
23
boto3==1.34.31
24
+ django-cors-headers==4.3.1
25
+ django-filter==24.3
24
26
djangorestframework-datatables==0.7.0
25
27
djangorestframework==3.14.0
28
+ lxml==4.9.2
26
29
PyGithub==2.2.0
27
30
tqdm==4.66.3
28
- xmltodict==0.13.0
29
- django-cors-headers==4.3.1
30
31
unidecode==1.3.8
31
- lxml==4.9.2
32
- django-filter==24.3
32
+ xmltodict==0.13.0
You can’t perform that action at this time.
0 commit comments