Online Store for selling different charging devices
ADRESS: http://sharker5854.pythonanywhere.com/
-
The project is started from a file main.py
-
Recommended to open only on 1920x1080 monitors ( no adaptive :3 )
-
After downloading, you should specify SQLALCHEMY_DATABASE_URI in config.py to your database
-
Before testing the project, you should launch Python interactive session from project folder and execute: from app import db db.create_all()