working server at: http://wallstreet.pythonanywhere.com/ This is the django/python implementation of the wallstreet project. Developed by E-CELL of NIT Raipur. To run and test the server after pulling the project follow the given steps :
- cd into wllstreet dorectory you just pulled.
- In terminal, write the command "python manage.py runserver", without double quotes. Make sure manage.py is in working directory using ls.
- Open a web browser and search the address of the surver which is probably "127.0.0.1:8000".
- To not see the django error messages in webpages which are in development, set DEBUG = 'FALSE' in the settings.py file.