Skip to content

Commit

Permalink
chore: Add two example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Nov 23, 2022
1 parent 4d6fc81 commit 631a46a
Show file tree
Hide file tree
Showing 27 changed files with 385 additions and 402 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ repos:
'flake8-annotations', # Enforces type annotation
]
args: ['--enable-extensions=G']
files: r'^django_guid'
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
hooks:
Expand All @@ -46,3 +47,4 @@ repos:
rev: v0.991
hooks:
- id: mypy
files: r'^django_guid'
16 changes: 0 additions & 16 deletions demoproj/asgi.py

This file was deleted.

54 changes: 0 additions & 54 deletions demoproj/celery.py

This file was deleted.

16 changes: 0 additions & 16 deletions demoproj/services/async_services.py

This file was deleted.

12 changes: 0 additions & 12 deletions demoproj/services/sync_services.py

This file was deleted.

179 changes: 0 additions & 179 deletions demoproj/settings.py

This file was deleted.

28 changes: 0 additions & 28 deletions demoproj/urls.py

This file was deleted.

Empty file removed demoproj/views/__init__.py
Empty file.
38 changes: 0 additions & 38 deletions demoproj/views/async_views.py

This file was deleted.

Loading

0 comments on commit 631a46a

Please sign in to comment.