We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5852985 commit bfd12bdCopy full SHA for bfd12bd
README.md
@@ -0,0 +1,13 @@
1
+Development Setup Instructions:
2
+
3
+1) Setup a virtualenv (perhaps named 'studentapp')
4
5
+2) Clone this repository and change into the root directory
6
7
+3) Run `pip install -r requirements.txt` to install required dependencies
8
9
+4) Copy config.py.example to config.py in the same directory, and fill in your environment settings
10
11
+5) Run `python manage.py db upgrade` to create the database tables.
12
13
+6) Run `python manage.py runserver` to start the development server.
0 commit comments