Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 354 Bytes

plugserv

Shamelessly plug your projects across your own sites.

Sign up at https://www.plugserv.com to use it.

development

To run it (from inside a Python 3 virtualenv):

  • pip install -r dev-requirements.txt
  • python manage.py migrate
  • python manage.py runserver
  • sign up, create a plug, export EXAMPLE_SERVE_ID=<serve id for that user>