This website works better with JavaScript.
Home
Help
Sign In
jules
/
TheForm
Watch
0
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.
12
Commits
1
Branch
0
Tags
1.8 MiB
Python
63.2%
HTML
36.5%
CSS
0.3%
Tree:
f0179dacbb
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f0179dacbb'
${ noResults }
TheForm
/
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