Skip to content

nikhilgupta345/cs3240-s16-team26

Repository files navigation

cs3240-f16-team26

CS3240 Project Repo

(LAB-6-FILES includes the files generated as part of Lab 6.

The rest of the repo contains files for the semester Django project.)

Useful Info

To run the Heroku app locally:

$ heroku local

To update local installations of packages from requirements:

$ pip install -r requirements.txt

General Git Workflow

To make a new branch from dev:

$ git checkout dev
$ git pull origin dev
$ git checkout -b newBranch

(The -b flag on checkout creates a new branch and switches to it)

About

CS3240 Project Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors