-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1182 from Metro-Records/hcg/revert-wagtail
Revert Wagtail implementation
- Loading branch information
Showing
38 changed files
with
414 additions
and
2,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,3 @@ lametro/secrets.py | |
.env | ||
|
||
.venv | ||
media/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
""" | ||
As part of our build process, we need to run collectstatic from within the | ||
Dockerfile. This is a minimal settings file to enable that one management command | ||
""" | ||
|
||
import os | ||
|
||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) | ||
STATIC_ROOT = os.path.join(BASE_DIR, "static") | ||
STATIC_URL = "/static/" | ||
|
||
INSTALLED_APPS = ( | ||
"django.contrib.staticfiles", | ||
"django.contrib.gis", | ||
"opencivicdata.core", | ||
"opencivicdata.legislative", | ||
"lametro", | ||
"councilmatic_core", | ||
"debug_toolbar", | ||
"captcha", | ||
) | ||
|
||
HAYSTACK_CONNECTIONS = { | ||
"default": { | ||
"ENGINE": "haystack.backends.elasticsearch7_backend.Elasticsearch7SearchEngine", | ||
"URL": "http://elasticsearch:9200", | ||
"INDEX_NAME": "lametro", | ||
"SILENTLY_FAIL": False, | ||
"BATCH_SIZE": 10, | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-9.96 KB
lametro/fixtures/initial_images/images/datamade_logo_sm.max-165x165.png
Binary file not shown.
Binary file removed
BIN
-10.6 KB
lametro/fixtures/initial_images/images/datamade_logo_sm.max-800x600.png
Binary file not shown.
Binary file removed
BIN
-10.6 KB
lametro/fixtures/initial_images/images/datamade_logo_sm.width-500.png
Binary file not shown.
Binary file removed
BIN
-10.6 KB
lametro/fixtures/initial_images/images/datamade_logo_sm.width-800.png
Binary file not shown.
Binary file removed
BIN
-10.6 KB
lametro/fixtures/initial_images/images/datamade_logo_sm_fDWMRNo.max-800x600.png
Binary file not shown.
Binary file removed
BIN
-10.6 KB
lametro/fixtures/initial_images/images/datamade_logo_sm_fDWMRNo.width-500.png
Binary file not shown.
Binary file removed
BIN
-11.3 KB
lametro/fixtures/initial_images/original_images/datamade_logo_sm.png
Binary file not shown.
Binary file removed
BIN
-11.3 KB
lametro/fixtures/initial_images/original_images/datamade_logo_sm_fDWMRNo.png
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.