This website works better with JavaScript.
Home
Explore
Help
Sign In
dan
/
ti-account-app
Watch
2
Star
1
Fork
0
Code
Issues
Pull Requests
Releases
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.
10
Commits
1
Branch
67 KiB
Tree:
2cf6c77d09
mistress
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '2cf6c77d09'
${ noResults }
ti-account-app
/
app.py
3 lines
62 B
Raw
Normal View
History
Big login update, combine flask-login with ldap to enable persistent domain-wide cookies
3 years ago
Initial commit
4 years ago
Big login update, combine flask-login with ldap to enable persistent domain-wide cookies
3 years ago
Initial commit
4 years ago
from
accounts
import
app
if
__name__
==
"
main
"
:
app
.
run
(
)