Twitter_Trends
Work done at Yrals. Twitter Trends Visualisation
To Run
virtualenv venvsource venv/bin/activatepip install -r requirements.txtpython manage.py makemigrationspython manage.py migratepython manage.py createsuperuser- Add mongo database username and password in view.py and set up respective collection name.
python manage.py runserver- Head over to 127.0.0.1:8000 or localhost:8000