Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix commit history with upstream #12

Merged
merged 293 commits into from
Dec 2, 2024
Merged
Changes from all commits
Commits
Show all changes
293 commits
Select commit Hold shift + click to select a range
617af71
Merge pull request #366 from OpenUpSA/enable-email-configuration
jbothma Feb 24, 2022
286bd46
ordering variables
emre2038 Feb 24, 2022
7539ef1
Merge pull request #367 from OpenUpSA/include-profile-in-variable-option
jbothma Feb 24, 2022
c56d63d
Added validations to make sure user can only select version from vali…
goyal1092 Feb 28, 2022
315247e
Changed default version name according to review
goyal1092 Feb 28, 2022
504bdde
Added fixture for dataadmin
goyal1092 Feb 28, 2022
cf0ce7c
Merge pull request #353 from goyal1092/geo_version_tests
goyal1092 Feb 28, 2022
0ee93dd
Profile indicator UI changes
emre2038 Feb 28, 2022
faeb446
Fixed typo in unit tests
goyal1092 Mar 2, 2022
fbe90fd
fixed unit test
emre2038 Mar 2, 2022
81a1df9
Merge pull request #370 from OpenUpSA/staging
jbothma Mar 3, 2022
31472d2
Merge pull request #369 from OpenUpSA/profile-indicator-ui-change
jbothma Mar 3, 2022
57534a9
Merge pull request #368 from OpenUpSA/WNCM-246
goyal1092 Mar 4, 2022
5bbd1af
Merge pull request #371 from OpenUpSA/profile-indicator-ui-change
goyal1092 Mar 4, 2022
40dbc9f
Bump pillow from 7.1.0 to 9.0.1
dependabot[bot] Mar 12, 2022
49f837f
Enable session authentication for DRF Api
goyal1092 Mar 7, 2022
86daec8
Clear version list if versions api throw error and show error message…
goyal1092 Mar 7, 2022
97cd7be
Updated dataset admin form to fix various breaking conditions
goyal1092 Mar 13, 2022
672e076
Added tests for admin and versions api
goyal1092 Mar 13, 2022
34944ac
Setting up selenium tests and wrting tests for dataset admin
goyal1092 Mar 14, 2022
a31a3ff
Change site header accoring to update
goyal1092 Mar 14, 2022
2d78014
Set connection max age to 0 for fixing issue in running selenium tests
goyal1092 Mar 14, 2022
1483b3d
Black formatting
goyal1092 Mar 14, 2022
db650d3
working on the ui changes
emre2038 Mar 14, 2022
e343fd6
merging WNCM-246 into profile-indicator-variable-selection
emre2038 Mar 14, 2022
87c7d96
Fixed spelling mistake
goyal1092 Mar 15, 2022
95323c3
Merge pull request #373 from OpenUpSA/WNCM-246
goyal1092 Mar 16, 2022
5c5c8cd
Bump django-tinymce from 3.3.0 to 3.4.0
dependabot[bot] Mar 16, 2022
14ad34c
added tests
emre2038 Mar 17, 2022
4e61660
Merge pull request #380 from OpenUpSA/master
goyal1092 Mar 22, 2022
5234c22
wip
goyal1092 Mar 22, 2022
01882a2
wip
goyal1092 Mar 22, 2022
488a9ed
Merge pull request #381 from goyal1092/fix/wip
goyal1092 Mar 22, 2022
8adb49d
Fixed breaking CI
goyal1092 Mar 22, 2022
0831689
Merge pull request #382 from goyal1092/fix/wip
goyal1092 Mar 22, 2022
3dd2f86
Merge pull request #379 from OpenUpSA/staging
goyal1092 Mar 22, 2022
2c36363
Merge pull request #375 from OpenUpSA/profile-indicator-variable-sele…
jbothma Mar 23, 2022
a9a5604
Merge remote-tracking branch 'origin/master' into staging
jbothma Mar 23, 2022
8cfc3a8
removing the selected variable option when profile or permission type…
emre2038 Mar 24, 2022
befa268
Send current instance to variable filter widget
goyal1092 Mar 30, 2022
32307e7
Fix out of memory issue for indicator data task execution
goyal1092 Mar 30, 2022
ad9903d
Fix failing tests after task update
goyal1092 Mar 30, 2022
f63421e
Filter dataset data by universe
goyal1092 Mar 30, 2022
44e5a84
Merge pull request #386 from goyal1092/WNCM-265
goyal1092 Mar 30, 2022
7a41f1b
Merge pull request #387 from OpenUpSA/master
goyal1092 Mar 30, 2022
561110f
bug fix & making it work with profile highlight and profile key metrics
emre2038 Mar 30, 2022
0bbef23
filtered private variables on backend
emre2038 Mar 31, 2022
a8f1d7d
Fix issue of universe not working
goyal1092 Apr 1, 2022
8093026
Fixed breaking test
goyal1092 Apr 2, 2022
064d150
validating indicator profile
emre2038 Apr 4, 2022
60c0692
show validations errors for uploaded file via admin panel
goyal1092 Apr 4, 2022
0ef33e9
Fixed breaking tests
goyal1092 Apr 5, 2022
029196d
Updated validation and queryset for variable filter widget
goyal1092 Apr 5, 2022
7b6426d
Fix issue of empty form when invalid indicator selected
goyal1092 Apr 6, 2022
936a9f2
Added tests and fixed saving empty form
goyal1092 Apr 8, 2022
43ab4da
Fixed issue in file upload after changing clean method
goyal1092 Apr 13, 2022
18ac856
Show all missing headers rather than returning one at a time
goyal1092 Apr 14, 2022
e5f99f5
Changed indicator fixture used in test
goyal1092 Apr 14, 2022
619591a
added automated tests
emre2038 Apr 18, 2022
5b9b4b8
Merge pull request #383 from OpenUpSA/profile-indicator-variable-sele…
emre2038 Apr 19, 2022
dc31e1c
Make indicator and geography unique together to fix issue of duplicat…
goyal1092 Apr 1, 2022
498926a
Merge pull request #391 from OpenUpSA/goyal1092-WNCM-327
jbothma Apr 20, 2022
adf319b
Merge branch 'master' into staging
jbothma Apr 20, 2022
10bbd11
Merge pull request #390 from goyal1092/WNCM-240
goyal1092 Apr 21, 2022
ca7fd41
Fixed failing tests for file upload
goyal1092 Apr 21, 2022
c6e4891
Merge pull request #393 from goyal1092/fix/failing_test
goyal1092 Apr 21, 2022
37d79f1
Merge pull request #392 from OpenUpSA/staging
goyal1092 Apr 21, 2022
78963ff
Updated task according to review
goyal1092 Apr 22, 2022
75cb9e5
Merge pull request #389 from goyal1092/WNCM-332
goyal1092 Apr 22, 2022
428734c
Bump django from 2.2.24 to 2.2.28
dependabot[bot] Apr 22, 2022
2ccd43f
Merge pull request #394 from OpenUpSA/staging
goyal1092 Apr 25, 2022
91820fc
removed mkdocs from requirements
emre2038 Apr 27, 2022
32de9f9
Fix timeout issue while saving indicator for first time
goyal1092 Apr 28, 2022
018df98
Change geography to autocomplete field for Indicator data admin
goyal1092 Apr 29, 2022
67081b9
Merge pull request #396 from OpenUpSA/removing-mkdocs
goyal1092 May 5, 2022
6c9c694
Merge pull request #395 from OpenUpSA/dependabot/pip/django-2.2.28
goyal1092 May 5, 2022
2d6e0a5
Merge pull request #376 from OpenUpSA/dependabot/pip/django-tinymce-3…
goyal1092 May 5, 2022
4d3a9e6
Bump ipython from 7.28.0 to 7.31.1
dependabot[bot] May 5, 2022
162fbf3
Merge pull request #374 from OpenUpSA/dependabot/pip/pillow-9.0.1
goyal1092 May 5, 2022
07e0b41
Merge pull request #358 from OpenUpSA/dependabot/pip/ipython-7.31.1
goyal1092 May 5, 2022
aa4fbda
Merge pull request #398 from OpenUpSA/staging
goyal1092 May 13, 2022
0035953
validating the required headers
emre2038 May 16, 2022
8cd1889
Remove release step from review apps
goyal1092 May 17, 2022
941fe7c
Merge branch 'add-heroku-review-apps' into review_apps
May 18, 2022
35a7200
Added config to demo data hierarchy
goyal1092 May 18, 2022
84730e0
added unit test
emre2038 May 19, 2022
8b1388b
Merge pull request #397 from goyal1092/WNCM-328b
goyal1092 May 20, 2022
2608fd1
Merge pull request #401 from OpenUpSA/staging
goyal1092 May 20, 2022
87ac851
modified required headers of point data file upload and added tests
emre2038 May 25, 2022
106c071
Merge pull request #399 from OpenUpSA/points-column-feedback
goyal1092 May 27, 2022
fc31190
Merge pull request #400 from goyal1092/review_apps
jbothma May 28, 2022
e7c1f15
Merge branch 'master' into goyal1092-review_apps-into-master
jbothma May 28, 2022
dec7376
Merge pull request #402 from OpenUpSA/goyal1092-review_apps-into-master
jbothma May 28, 2022
75832b0
Update demodata superuser password to be slightly harder to guess in …
jbothma May 29, 2022
7d87701
Try automating loading demodata in review apps only
jbothma May 29, 2022
2fba4af
Merge pull request #404 from OpenUpSA/real-review-apps
jbothma May 29, 2022
6d9a3f8
Merge branch 'master' into master-into-staging
jbothma May 29, 2022
2af7dc8
Merge pull request #405 from OpenUpSA/master-into-staging
jbothma May 29, 2022
8648de5
wazimap-production.netlify.app to demodata profile
jbothma May 29, 2022
6285a03
Merge pull request #406 from OpenUpSA/demodata-domain
jbothma May 29, 2022
0876cde
Merge pull request #407 from OpenUpSA/demodata-domain
jbothma May 29, 2022
e49c721
Merge pull request #408 from OpenUpSA/staging
goyal1092 May 31, 2022
279752b
added chart type configuration
emre2038 Jul 14, 2022
488079a
Added chart type to indicator data serializer
goyal1092 Jul 14, 2022
b143d6a
moved chart type column
emre2038 Jul 17, 2022
f409abf
removed empty space
emre2038 Jul 19, 2022
bf47653
warning when line chart is selected
emre2038 Jul 19, 2022
75d532c
removed unnecessary logging
emre2038 Jul 19, 2022
a752898
Merge pull request #411 from OpenUpSA/ui-chart-type-config
emre2038 Jul 19, 2022
40d576c
added choropleth range selection dropdown
emre2038 Jul 19, 2022
ffe47cb
modified automated tests
emre2038 Jul 19, 2022
c90a940
Merge pull request #410 from OpenUpSA/ui-chart-type-config
goyal1092 Jul 21, 2022
5a3650b
Merge pull request #413 from OpenUpSA/staging
goyal1092 Jul 21, 2022
ef6a6de
Merge pull request #412 from OpenUpSA/choropleth-range-selection
goyal1092 Jul 25, 2022
c11205a
Merge pull request #414 from OpenUpSA/staging
goyal1092 Jul 26, 2022
14b5267
Added option for adding boolean for linear scrubber in profile indica…
goyal1092 Jul 27, 2022
08035ef
Sanitize location admin action name to ignore format strings
goyal1092 Aug 4, 2022
422cdfa
Profile highlight & Profile key metrics UI changes
emre2038 Aug 4, 2022
f779a96
Remove color field from profile category
goyal1092 Aug 5, 2022
5a732d6
Remove color from demodata
goyal1092 Aug 5, 2022
aa244c6
Change sunbindicator group link when variable is changed in linear sc…
goyal1092 Aug 8, 2022
5ba26de
Added selenium test for linear scrubber option in profile indicator
goyal1092 Aug 8, 2022
ab35b3e
Removed icon field from profile category
goyal1092 Aug 8, 2022
813847c
Check if groups exists before returning subindicator group
goyal1092 Aug 8, 2022
0b4f769
Merge pull request #415 from OpenUpSA/WNCM-407
goyal1092 Aug 10, 2022
3b73b51
Merge pull request #419 from OpenUpSA/staging
goyal1092 Aug 10, 2022
e4948fe
Added test for location admin actions
goyal1092 Aug 11, 2022
fc162e8
corrected the wording issues
emre2038 Aug 13, 2022
0f98e56
Fixed failing test
goyal1092 Aug 15, 2022
328ca06
Merge pull request #417 from OpenUpSA/WNCM-348
goyal1092 Aug 16, 2022
14aeeae
Merge pull request #416 from goyal1092/WNCM-447
goyal1092 Aug 16, 2022
b82ceb5
Merge pull request #418 from goyal1092/WNCM-300
goyal1092 Aug 16, 2022
77c0da4
Merge pull request #420 from OpenUpSA/staging
goyal1092 Aug 16, 2022
164df26
New Api end point to get data summary for datamapper
goyal1092 Aug 17, 2022
eb2f821
show catgeories only if data exist
goyal1092 Aug 18, 2022
8e9599c
Added test for summary api endpoint
goyal1092 Aug 18, 2022
4dd3294
Remove version from indicator child data for geography
goyal1092 Aug 22, 2022
0411530
Get version from profile indicator rather than profile hierarchy
goyal1092 Aug 22, 2022
499ab23
Added unit test for profile indicator child data api
goyal1092 Aug 23, 2022
94fa4b6
Removed unused logger
goyal1092 Aug 23, 2022
31fd550
Updated per indicator view accoring to review
goyal1092 Aug 23, 2022
4076bbf
Added datamapper summary api filters
goyal1092 Aug 24, 2022
9772c63
Fixed issue in test base
goyal1092 Aug 30, 2022
0c074db
Merge pull request #421 from OpenUpSA/WNCM-484
goyal1092 Aug 30, 2022
2b22d86
Merge pull request #422 from OpenUpSA/staging
goyal1092 Aug 30, 2022
8d95386
Updated summary api to include order and name
goyal1092 Sep 5, 2022
8233732
Fixed failing test
goyal1092 Sep 5, 2022
0400c5a
Initial big cleanup
jbothma Sep 19, 2022
55cf42c
Changed variable name
goyal1092 Sep 20, 2022
8bd6d11
Merge pull request #423 from OpenUpSA/WNCM-277
goyal1092 Sep 20, 2022
d996be2
Merge pull request #426 from OpenUpSA/staging
goyal1092 Sep 20, 2022
02422d3
Added color field in point themes
goyal1092 Sep 20, 2022
562b8c9
Remove treebeard admin form from geography admin page
goyal1092 Sep 21, 2022
76c22a2
Move constants to a constants module for now and fix redis url
jbothma Sep 22, 2022
481acfe
Stop pytest looking for django-configuration
jbothma Sep 22, 2022
fdba144
Replace str2bool which returns an int with django-environ
jbothma Sep 23, 2022
1d188a7
Merge pull request #424 from OpenUpSA/WNCM-299
goyal1092 Sep 26, 2022
5d476bf
Merge pull request #427 from OpenUpSA/WNCM-495
goyal1092 Sep 26, 2022
f750aa7
Merge pull request #428 from OpenUpSA/staging
goyal1092 Sep 26, 2022
60ca765
Fix settings mistakes
jbothma Sep 26, 2022
3cebf5f
Use a real cache backend for tests relying on working cache
jbothma Sep 27, 2022
c9e489f
Delete ancient way of disabling migrations and improve docs
jbothma Sep 27, 2022
0626f5c
Selenium test for admin sortable widget applied in subindicator group…
goyal1092 Sep 28, 2022
c260248
Unit test for subindctor ordering in summary view
goyal1092 Sep 28, 2022
0a7707d
Fix template dir for extending admin templates
jbothma Sep 29, 2022
8662eba
Make CONN_MAX_AGE 0 for dev and test so that connections die and test…
jbothma Sep 29, 2022
ec5cb8b
Fix q sync boolean and make it sync in test but async n dev
jbothma Sep 29, 2022
a4a7461
Fix accidental boolean env var
jbothma Sep 29, 2022
be89882
Add missing help text migrations
jbothma Sep 29, 2022
ba2da40
Don't change prod upload limit so we don't change help text
jbothma Sep 29, 2022
41a2b1a
Removed sleep and added webdriver wait for subindicator group gui test
goyal1092 Oct 16, 2022
1fdd454
Merge pull request #429 from OpenUpSA/WNCM-500
goyal1092 Oct 19, 2022
7d89e63
Merge pull request #430 from OpenUpSA/help-text-migrations
goyal1092 Oct 19, 2022
4485c2a
Merge pull request #432 from OpenUpSA/staging
goyal1092 Oct 19, 2022
dc8f71d
added order property for category and subcategory
emre2038 Oct 24, 2022
3c20f9b
Merge pull request #425 from OpenUpSA/standardise-config
goyal1092 Oct 25, 2022
3ad23fb
Merge pull request #434 from OpenUpSA/staging
goyal1092 Oct 25, 2022
2ee9fb3
added automated test coverage
emre2038 Oct 25, 2022
bf38e11
Fixed bug in profile indicator admin initial save
goyal1092 Nov 1, 2022
dddc265
Added choropleth method
goyal1092 Nov 1, 2022
c4613a9
Merge pull request #433 from OpenUpSA/rich-data-ordering
goyal1092 Nov 3, 2022
c757b80
Merge pull request #436 from OpenUpSA/staging
goyal1092 Nov 3, 2022
6ff2061
updated selenium test
goyal1092 Nov 3, 2022
81e33be
Switch to new low cost instance types for review apps and ORM queue t…
jbothma Nov 10, 2022
cadcc4d
Merge pull request #435 from OpenUpSA/WNCM-509
goyal1092 Nov 14, 2022
eabbd35
Merge pull request #438 from OpenUpSA/staging
goyal1092 Nov 14, 2022
ae8721b
Updated dataset tests to include negative values
goyal1092 Nov 16, 2022
3c2c578
Remove redis properly
jbothma Nov 20, 2022
5aa7a85
Merge pull request #437 from OpenUpSA/heroku-eco-mini-orm-q
goyal1092 Nov 24, 2022
15e15af
Merge pull request #441 from OpenUpSA/staging
goyal1092 Nov 24, 2022
7758ba3
Merge pull request #439 from OpenUpSA/WNCM-571
goyal1092 Dec 7, 2022
c8ad039
Merge pull request #442 from OpenUpSA/staging
goyal1092 Dec 7, 2022
039aad0
Don't retry tasks that fail
jbothma Feb 9, 2023
8968945
Merge pull request #443 from OpenUpSA/dont-retry
jbothma Feb 9, 2023
e6e0c7e
Updated profile category api endpoint to show profile indicators
goyal1092 Feb 14, 2023
32bd89c
Bump werkzeug from 2.0.2 to 2.2.3
dependabot[bot] Feb 16, 2023
0c7f067
Added id in category and subcategory for profile indicator summary
goyal1092 Mar 23, 2023
c401da8
Fixed failing test
goyal1092 Mar 28, 2023
e4e3820
Merge pull request #444 from OpenUpSA/WNCM-611
goyal1092 Mar 31, 2023
25b8709
Merge pull request #447 from OpenUpSA/staging
goyal1092 Mar 31, 2023
1781e2b
adding available filter groups to categories endpoint
emre2038 Apr 17, 2023
a5e3707
adding fields
emre2038 Apr 17, 2023
b62b11a
added group name and subindicators
emre2038 Apr 18, 2023
97c0591
removed unused import
emre2038 Apr 24, 2023
132610c
Merge pull request #448 from OpenUpSA/WNCM-682
goyal1092 May 4, 2023
9e12e3e
Set urllib3 version in requirements
goyal1092 May 8, 2023
533ffab
Merge pull request #451 from goyal1092/upgrade_urllib3
goyal1092 May 8, 2023
1cb6d3f
Merge pull request #449 from OpenUpSA/staging
goyal1092 May 8, 2023
6ad033b
adding content_search field and using it to search
emre2038 Sep 8, 2023
10ba8ba
adding trigger
emre2038 Sep 12, 2023
2960c69
working on trigger
emre2038 Sep 17, 2023
5483663
Updated migration for content serach vector field
goyal1092 Sep 26, 2023
9951e04
added unit tests
goyal1092 Sep 27, 2023
22d222c
Ability to search multiple params
goyal1092 Oct 4, 2023
9c64707
updated migration
goyal1092 Oct 4, 2023
29efa39
Enable partial keyword search
goyal1092 Oct 10, 2023
3357d89
getting points by distance
emre2038 Oct 10, 2023
bc1c01b
Update for getting distance between points
goyal1092 Oct 10, 2023
f21c78a
serializing annotate data
emre2038 Oct 10, 2023
f430b79
added theme to the serializer
emre2038 Oct 11, 2023
8615516
replaced lat and long
emre2038 Oct 11, 2023
18f3a6b
Change search type in geography search api endpoint
goyal1092 Oct 13, 2023
16d16da
Change search type in geography search api endpoint
goyal1092 Oct 13, 2023
1d8611e
Merge pull request #452 from OpenUpSA/point-search
goyal1092 Oct 17, 2023
2d2286b
Merge pull request #454 from OpenUpSA/WNCM-867
goyal1092 Oct 17, 2023
04ec271
pagination
emre2038 Oct 17, 2023
4ebbb8a
added category id
emre2038 Oct 17, 2023
2caee10
Merge branch 'master' of https://github.com/OpenUpSA/wazimap-ng into …
emre2038 Oct 18, 2023
e6a5792
Merge branch 'staging' of https://github.com/OpenUpSA/wazimap-ng into…
emre2038 Oct 18, 2023
f725977
Merge branch 'master' of wazimapng1-aws.openup.org.za:wazimap-ng-stag…
emre2038 Oct 18, 2023
e33fb41
Merge pull request #455 from OpenUpSA/staging
goyal1092 Oct 20, 2023
2feda02
added category name
emre2038 Oct 21, 2023
970a672
filter by profile id
emre2038 Oct 21, 2023
0af2812
added color
emre2038 Oct 21, 2023
0117e65
Fixed bug in updating contentes via admin
goyal1092 Oct 25, 2023
90102d9
Merge pull request #445 from OpenUpSA/dependabot/pip/werkzeug-2.2.3
paulmwatson Nov 2, 2023
c4705b6
change requests
emre2038 Nov 2, 2023
c989b44
Merge pull request #456 from OpenUpSA/WNCM-859
goyal1092 Nov 2, 2023
cae6441
Merge pull request #457 from OpenUpSA/staging
goyal1092 Nov 2, 2023
66d3eeb
updated query for fetching locations
goyal1092 Nov 13, 2023
99c7da1
Fix bug for dupplicate locations coming in api
goyal1092 Nov 14, 2023
60468fd
Added cache_page to URL with one hour expiry
paulmwatson Nov 16, 2023
8436aae
Merge pull request #458 from OpenUpSA/feature/cache-profile-points-do…
paulmwatson Nov 16, 2023
95af7a7
Merge branch 'staging' of wazimapng1-aws.openup.org.za:wazimap-ng-sta…
paulmwatson Nov 16, 2023
8491a7a
Merge branch 'master' of wazimapng1-aws.openup.org.za:wazimap-ng-stag…
paulmwatson Nov 16, 2023
597b15f
Added GUNICORN_TIMEOUT env variable to allow for configurable timeouts
paulmwatson Nov 17, 2023
c1f33ae
Merge pull request #459 from OpenUpSA/sys/increase-gunicorn-timeout
paulmwatson Nov 17, 2023
2789e68
Add retry and timeout config to Q_CLUSTER to prevent parellel jobs
paulmwatson Apr 8, 2024
71594f9
Merge pull request #460 from OpenUpSA/fix/overlapping-tasks
paulmwatson Apr 8, 2024
176cb30
Merge branch 'staging' of github.com:OpenUpSA/wazimap-ng into chore/s…
DavidTheProgrammer Dec 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ Local development is normally done inside docker-compose so that the supporting
Make docker-compose start the supporting services

docker-compose run --rm web python wait_for_postgres.py
docker-compose run --rm web python manage.py collectstatic --no-input

Comment on lines -53 to -54
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it mean this is run "somewhere" else or why don't we need it documented?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is part of the local run configuration that I'll be re-documenting. As for now, we don't need to actually run this command as we don't have static resources really, so it works fine without it.


Migrate, load development data and start the app

Expand Down
Loading