Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 544 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 544 Bytes

lazyhub

Show the inactive github repos you starred

Feature

  • Search repos according to the days of the last commit
  • Filter searched repos using the keyword

Installation

pip install -r requirements.txt

Run (In the project root directory)

python manage.py runserver

Production settings

In lazyhub folder, create a file settings_local.py, write followings:

SECRET_KEY = 'your_production_key'
DEBUG = False
TEMPLATE_DEBUG = False
ALLOWED_HOSTS = ['127.0.0.1', 'localhost']