Added new files
This commit is contained in:
commit
18a0d48c8c
31 changed files with 1956 additions and 0 deletions
6
modules/welcome/ajax/index.py
Normal file
6
modules/welcome/ajax/index.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
def home(request, **args):
|
||||
|
||||
return "Hello ajaaax"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue