add javascript ajax example
This commit is contained in:
parent
f7070de7d5
commit
a894586ba8
21 changed files with 341 additions and 13 deletions
|
|
@ -20,4 +20,10 @@ setup(
|
|||
install_requires=[
|
||||
'flask',
|
||||
],
|
||||
extras_require={
|
||||
'test': [
|
||||
'pytest',
|
||||
'coverage',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue