This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik-users-2020
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
48 KiB
Tree:
4dfa7dc599
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '4dfa7dc599'
${ noResults }
lilik-users-2020
/
wsgi.py
7 lines
96 B
Raw
Normal View
History
initial commit
4 years ago
#!/usr/bin/env python3
from
user_backend
import
app
if
__name__
==
"
__main__
"
:
app
.
run
(
)