Skip to content

gg-master/dbCourseWork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dbCourseWork

Before launching the application, create .env file (or set environment variables) with the following parameters:

PYTHONPATH="src"

SECRET_KEY="your secret key here"

ADMIN_LOGIN="admin"
ADMIN_PASSWD="admin"
                
DB_HOST="localhost"
DATABASE_NAME="public_transport_app"
DB_USER="postgres"
DB_USER_PASSWD="user_password"

After creating the .env file, change the path to it in run.py.

image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published