Skip to content

Commit

Permalink
recreate django project (using Django 4.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed May 12, 2024
1 parent 5b68c17 commit e87f450
Show file tree
Hide file tree
Showing 26 changed files with 353 additions and 380 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.egg-info
*.pyc
*.so
*.sqlite3
.coverage
.pytest_cache
.tox
Expand Down
3 changes: 0 additions & 3 deletions examples/frameworks/django/README

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

66 changes: 0 additions & 66 deletions examples/frameworks/django/testing/testing/apps/someapp/views.py

This file was deleted.

172 changes: 0 additions & 172 deletions examples/frameworks/django/testing/testing/settings.py

This file was deleted.

19 changes: 0 additions & 19 deletions examples/frameworks/django/testing/testing/urls.py

This file was deleted.

34 changes: 0 additions & 34 deletions examples/frameworks/django/testing/testing/wsgi.py

This file was deleted.

Loading

0 comments on commit e87f450

Please sign in to comment.