$ git clone https://github.com/aalarifi2016/stock_market_prediction.git
$ pip install -r requirements.txt
every time you change the code, you should use this command:
$ python3 manage.py makemigration
$ python3 manage.py migrate
$ python3 manage.py runserver
to create a new app, you have to use the command below. remember that a new app means a new module or component in the project.
$ python3 manage.py startapp your_app