fenekku / doi_interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This project allows one to search for DOI content

Installation

1- Create a virtualenv with python3 2- Install the requirements via pip inside the virtualenv: pip install -r requirements.txt 3- Run the site: python manage.py runserver 3- Visit: localhost:8000 in your favourite browser

Running tests

1- python manage.py test (if you want pretty colors and better error messages: pytest)

About


Languages

Language:Python 90.8%Language:HTML 9.2%