Skip to content

Commit

Permalink
Merge pull request #522 from hotosm/enhance/django-3.0
Browse files Browse the repository at this point in the history
Enhance/django 3.0
  • Loading branch information
kshitijrajsharma authored Jan 4, 2024
2 parents b7ef04a + 1c6b026 commit f9e9210
Show file tree
Hide file tree
Showing 175 changed files with 1,227 additions and 3,950 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/test.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:

jobs:
deploy:
runs-on:
ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3
Expand All @@ -31,4 +30,4 @@ jobs:
pip install -r requirements-dev.txt
- name: Run Tests
run: |
make test
make test
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
publish_docs:
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@1.0.1
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@main
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ django_test:
python manage.py test api.tests jobs.tests tasks.tests

test:
nosetests hdx_exports/tests/test_hdx_export_set.py
pytest hdx_exports/tests/test_hdx_export_set.py

worker:
PYTHONPATH=../osm-export-tool-python/ DJANGO_SETTINGS_MODULE=core.settings.project dramatiq tasks.task_runners --processes 1 --threads 1
25 changes: 0 additions & 25 deletions api/migrations/0001_create_application.py

This file was deleted.

Loading

0 comments on commit f9e9210

Please sign in to comment.