This website works better with JavaScript.
Home
Help
Sign In
jules
/
PushingScores
Watch
1
Star
0
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.
115
Commits
1
Branch
0
Tags
56 MiB
Python
48.7%
HTML
29.5%
CSS
21.8%
Tree:
59e2fdd67d
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '59e2fdd67d'
${ noResults }
PushingScores
/
config.py
4 lines
104 B
Raw
Blame
History
import
os
class
Config
(
object
)
:
SECRET_KEY
=
os
.
environ
.
get
(
'
SECRET_KEY
'
)
or
'
you-will-never-guess
'
Reference in new issue