Skip to content

Site for leominsterphilosphers.org using email authentication

License

Notifications You must be signed in to change notification settings

BrianBut/leominsterphilosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Create a virtual envelope

python3 -m venv .venv

Activate the virtual envelope

source .venv/bin/activate

Install requirements

cd leominsterphilosopers

pip3 install -r requirements

Create the database

flask --app lp shell

db.drop_all()

db.create_all()

Test using unit_tests

flask --app lp test

Run

flask --app lp run --debug

Using flask-migrate

Create a migration repository

flask db init

Perform the initial migration

flask db migrate -m "Initial migration."

Apply the changes

flask db upgrade

Help

flask db --help

About

Site for leominsterphilosphers.org using email authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published