Cyber Y2K Blog

Contents

  • app Package
    • create_app()
  • app.routes Module
    • register_routes()
  • app.models Module
    • db
    • GuestbookEntry
      • GuestbookEntry.id
      • GuestbookEntry.author
      • GuestbookEntry.content
      • GuestbookEntry.created_at
      • GuestbookEntry.id
      • GuestbookEntry.author
      • GuestbookEntry.content
      • GuestbookEntry.created_at
      • GuestbookEntry.query
  • app.config Module
    • basedir
    • Config
      • Config.SQLALCHEMY_DATABASE_URI
      • Config.SQLALCHEMY_TRACK_MODIFICATIONS
      • Config.SQLALCHEMY_DATABASE_URI
      • Config.SQLALCHEMY_TRACK_MODIFICATIONS
Cyber Y2K Blog
  • Index

Index

A | B | C | D | G | I | M | Q | R | S

A

  • app
    • module
  • app.config
    • module
  • app.models
    • module
  • app.routes
    • module
  • author (app.models.GuestbookEntry attribute), [1]

B

  • basedir (in module app.config)

C

  • Config (class in app.config)
  • content (app.models.GuestbookEntry attribute), [1]
  • create_app() (in module app)
  • created_at (app.models.GuestbookEntry attribute), [1]

D

  • db (in module app.models)

G

  • GuestbookEntry (class in app.models)

I

  • id (app.models.GuestbookEntry attribute), [1]

M

  • module
    • app
    • app.config
    • app.models
    • app.routes

Q

  • query (app.models.GuestbookEntry attribute)

R

  • register_routes() (in module app.routes)

S

  • SQLALCHEMY_DATABASE_URI (app.config.Config attribute), [1]
  • SQLALCHEMY_TRACK_MODIFICATIONS (app.config.Config attribute), [1]

© Copyright 2026, Y2K Blog Developer.

Built with Sphinx using a theme provided by Read the Docs.