This application will allow to look for different publication references by author
- Install pip http://docs.python-guide.org/en/latest/starting/installation/
- Install virtual env for your project http://virtualenvwrapper.readthedocs.io/en/latest/
- mkvirtualenv publication-manager
- pip install django
- cd publication-manager
- python manage.py runserver
- open in browser http://127.0.0.1:8000/
##License Apache 2.0