Skip to content

Commit c3ee16a

Browse files
committed
Regenerate example project
1 parent f4cf5ab commit c3ee16a

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

example/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"addons": ["heroku-postgresql:in-dyno"],
3131
"scripts": {
3232
"test-setup": "python manage.py collectstatic --no-input",
33-
"test": "flake8 . && pytest"
33+
"test": "flake8 && pytest"
3434
}
3535
}
3636
}

example/example/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Django settings for example project.
33
4-
Generated by 'django-admin startproject' using Django 5.1.
4+
Generated by 'django-admin startproject' using Django 5.1.1.
55
66
For more information on this file, see
77
https://docs.djangoproject.com/en/5.1/topics/settings/

example/poetry.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)