Commit eaca07f8 by Guest User

Update README.md

1 parent 2caab4ce
Showing with 7 additions and 5 deletions
Python application built for ACELR
Django application built for ACELR
Author: Vinay Prabhakaran
Application tested on
Built on
- Python 2.7.13 (default, Jan 19 2017, 14:48:08)
- Django 1.11.6
Steps to Test or Execute
1. Download the tar file
2. Untar the file using tar -xvf acelr.tar
Steps to Execute
1. Please Make sure python and django are installed on your machine directly or using virtualenv
2. Download the tar file
2. Untar the file using <tar -xvf acelr.tar>
3. change directory: cd acelr
4. run command: python manage.py runserver
5. Go to browser: http://127.0.0.1:8000/
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!