An App that shows financial information about the businesses' stocks in the market.
First, you need to have PYTHON and DJANGO installed in your computer, then just open your terminal go to the path with all the code that you saved and type the next command - "python manage.py runserver" - now you just need to go to your browser and enter in your localhost port 8000 (localhost:8000) and now the app shold be working preatty well.
In the app you'll find a main page where you can search for the stocks that you want, then it have a MyStocks page where you can save all the stocks that you have and at last in have a delete page where you can delete the stocks that you don't have anymore.
Fell free to make all the changes that you want.