Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

seedofjoy/library-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library-example

manage.py commands:

drop_all - Drops all tables.

load_fixtures - Installs test data fixtures into the database

shell - Runs a Python shell inside Flask application context.

create_db - Creates database tables

runserver - Runs the local server

First run:

  1. Initialize database:
$ manage.py create_db
  1. Insert test data into the database:
$ manage.py load_fixtures 
  1. Run server:
$ manage.py runserver 

Test account:

Email: test@test.com Password: 123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published