Skip to content

Commit

Permalink
replace @wq/cra-template with @wq/create;
Browse files Browse the repository at this point in the history
update tests for wq.db 2.1
  • Loading branch information
sheppard committed Mar 27, 2024
1 parent beae6ab commit 3d7859a
Show file tree
Hide file tree
Showing 31 changed files with 362 additions and 656 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
matrix:
variant: [spatialite, postgis, npm]
python-version: ["3.11"]
django-version: [4.2.2]
drf-version: [3.14.0]
python-version: ["3.12"]
django-version: [5.0.3]
drf-version: [3.15.1]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -31,9 +31,9 @@ jobs:
python -m pip install django==${{ matrix.django-version }}
python -m pip install djangorestframework==${{ matrix.drf-version }}
python -m pip install xlsconv==2.0.0
python -m pip install wq.build==2.0.0
python -m pip install wq.app==2.0.0
python -m pip install wq.db==2.0.0
python -m pip install wq.build==2.1.0
python -m pip install wq.app==2.1.0
python -m pip install wq.db==2.1.0
- name: Test build
run: |
python -m build
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "django_project"]
path = wq/create/django_project
url = https://github.com/wq/wq-django-template.git
[submodule "packages/create/template"]
path = packages/create/template
url = https://github.com/wq/wq-vite-template.git
17 changes: 0 additions & 17 deletions packages/cra-template/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions packages/cra-template/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions packages/cra-template/template.json

This file was deleted.

23 changes: 0 additions & 23 deletions packages/cra-template/template/gitignore

This file was deleted.

Binary file removed packages/cra-template/template/public/favicon.ico
Binary file not shown.
Binary file removed packages/cra-template/template/public/icon-1024.png
Binary file not shown.
91 changes: 0 additions & 91 deletions packages/cra-template/template/public/icon.svg

This file was deleted.

43 changes: 0 additions & 43 deletions packages/cra-template/template/public/index.html

This file was deleted.

25 changes: 0 additions & 25 deletions packages/cra-template/template/public/manifest.json

This file was deleted.

2 changes: 0 additions & 2 deletions packages/cra-template/template/public/robots.txt

This file was deleted.

107 changes: 0 additions & 107 deletions packages/cra-template/template/src/data/config.js

This file was deleted.

Loading

0 comments on commit 3d7859a

Please sign in to comment.