Skip to content

mjhea0/cabinet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cabinet

An application to manage invoicing. Made with Flask.

Build Status

Quick Start

Set Environment Variables

Update the configuration settings in config.py and then run:

$ export APP_SETTINGS="project.config.DevelopmentConfig"

or

$ export APP_SETTINGS="project.config.ProductionConfig"

Create DB

$ python manage.py create_db
$ python manage.py db init
$ python manage.py db migrate
$ python manage.py create_admin
$ python manage.py create_data

Run the Application

$ python manage.py runserver

About

Manage your invoices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages