Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

puiterwijk/GNOME-TCMGMT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNOME-TCMGMT

GNOME Travel Committee Management

Build Status

Coverage Status

Quick Start

Basics

  1. Activate a virtualenv
  2. Install the requirements

Set Environment Variables

Update config.py, and then run:

$ export APP_SETTINGS="tcmgmt.config.DevelopmentConfig"

or

$ export APP_SETTINGS="tcmgmt.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

Testing

Without coverage:

$ python manage.py test

With coverage:

$ python manage.py cov

About

GNOME Travel Committee Management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages