Skip to content

Instantly share code, notes, and snippets.

@Rhyanz46
Created October 13, 2019 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rhyanz46/c5fdf754c0c896216747f9cd734960c9 to your computer and use it in GitHub Desktop.
Save Rhyanz46/c5fdf754c0c896216747f9cd734960c9 to your computer and use it in GitHub Desktop.
class Confignya:
DEBUG = True,
PERMANENT_SESSION_LIFETIME = timedelta(days=2)
SECRET_KEY = "kodeacakdisini"
app.config.from_object(Confignya)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment