From 6d9982f2c1ea872325ad8e647493e165df345be0 Mon Sep 17 00:00:00 2001 From: Zac Wood Date: Thu, 5 Sep 2019 02:02:46 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 61d8952..abebd0a 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,6 @@ [![build status](https://git.gmu.edu/srct/go/badges/master/build.svg)](https://git.gmu.edu/srct/go/commits/master) [![coverage report](https://git.gmu.edu/srct/go/badges/master/coverage.svg)](https://git.gmu.edu/srct/go/commits/master) [![python version](https://img.shields.io/badge/python-2.7,3.4+-blue.svg)]() [![Django version](https://img.shields.io/badge/Django-1.11-brightgreen.svg)]() [![SemVer version](https://img.shields.io/badge/SemVer Version-2.2.3-yellowgreen.svg)]() -** Make sure to switch to the [go-three](https://git.gmu.edu/srct/go/tree/go-three) branch for development! ** - -In the terminal, - -``` -git checkout -B go-three -git pull origin go-three -``` #### A project of [GMU SRCT](https://srct.gmu.edu). @@ -17,8 +9,7 @@ Go is a drop-in URL shortening service. This project aims to provide an easy to URL branding service for institutions that wish to widely disseminate information without unnecessarily outsourcing branding. -Go is currently a `Python 3` (with backwards compatability foor `Python 2.7` until -Django 2.0 in December 2017) project written in the `Django` web framework, with +Go is currently a `Python 3` project written in the `Django` web framework, with `MySQL` as our backend database. # Setup instructions for local development -- GitLab