forked from benoitc/gunicorn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
recreate django project (using Django 4.2)
- Loading branch information
Showing
26 changed files
with
353 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
*.egg-info | ||
*.pyc | ||
*.so | ||
*.sqlite3 | ||
.coverage | ||
.pytest_cache | ||
.tox | ||
|
This file was deleted.
Oops, something went wrong.
Empty file.
23 changes: 0 additions & 23 deletions
23
examples/frameworks/django/testing/testing/apps/someapp/middleware.py
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
examples/frameworks/django/testing/testing/apps/someapp/templates/base.html
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
examples/frameworks/django/testing/testing/apps/someapp/templates/home.html
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
examples/frameworks/django/testing/testing/apps/someapp/urls.py
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
examples/frameworks/django/testing/testing/apps/someapp/views.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.