Skip to content

azamtoiri/student_control

Repository files navigation

student control 2.0 version with flet_route

Using lib flet_route for routing between pages and get assets and controls from first version of Student Control

Example of .env file

# DATABSE for dev version
DATABASE_URL=postgresql+psycopg2://{user}:{password}@{host}:{port}/{db_name}
# DATABASE for local testing and other
LOCAL_DB_URL=postgresql+psycopg2://{user}:{password}@{host}:{port}/{db_name}
# Developer settings using remote DB
DEV=False
# Debug
DEBUG=False
# CREATING DEFAULT USER
DEFAULT_USERNAME=admin
DEFAULT_PASSWORD=admin
# SECRET KEY for flet application
FLET_SECRET_KEY='a;lskdfj;lasdkjf;lsdajfw-oeirj089j02=3984jh320iji'

Latest release

Release