Skip to content

MotMarc/SEG_Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Pelican

Team members

The members of the team are:

  • Marc-Adrian Mot
  • Junjie Zhou
  • Mert Ayranci
  • enter full name 4 here
  • Hassan Muddassir

Project structure

The project is called task_manager. It currently consists of a single app tasks.

Deployed version of the application

The deployed version of the application can be found at enter url here.

Installation instructions

To install the software and use it in your local development environment, you must first set up and activate a local development environment. From the root of the project:

$ virtualenv venv
$ source venv/bin/activate

Install all required packages:

$ pip3 install -r requirements.txt

Migrate the database:

$ python3 manage.py migrate

Seed the development database with:

$ python3 manage.py seed

Run all tests with:

$ python3 manage.py test

The above instructions should work in your version of the application. If there are deviations, declare those here in bold. Otherwise, remove this line.

Sources

The packages used by this application are specified in requirements.txt

Declare are other sources here, and remove this line

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors