Skip to content

Commit

Permalink
Added basic README instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
meissnereric committed Mar 24, 2015
1 parent 95bcb5b commit 92ad6f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ Utah State University CS 3450 - Software Engineering Team Project - Spring 2015

Tutorial I'm getting my info from:
https://docs.djangoproject.com/en/1.7/intro/tutorial01/

First off, follow the tutorial to get Python and Django installed.

Then to start up the server and do stuff:
1) cd into the first platty and type (without the quotes):
'python manage.py runserver'
2) Navigate to 'http://localhost:8000/signin/' to see the index page for the "signin" app

0 comments on commit 92ad6f3

Please sign in to comment.