We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7d70c commit 48b679bCopy full SHA for 48b679b
app/urls.py
@@ -1,5 +1,5 @@
1
from plain.urls import path
2
-from plain.views import View, TemplateView
+from plain.views import TemplateView, View
3
4
5
class ExampleTemplateView(TemplateView):
pyproject.toml
@@ -3,7 +3,7 @@ name = "app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
6
-requires-python = ">=3.11"
+requires-python = "~=3.12.0"
7
dependencies = [
8
"plain<1.0.0",
9
]
0 commit comments