Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

julbrs/nelligan

Repository files navigation

Nelligan++

An application to manage multiple accounts of book library for the Montreal Nelligan system.

Nelligan

How to run the tool on Heroku ?

Just push the repo on heroku. really. It rely on a postgresql addon and that's all.

How to run the tool locally ?

This is a Django application. The needed package are described in requirements.txt as usual for a Python application :

$ workon nelligan # always good to be in a virtualenv
$ pip install -r requirements.txt
./manage.py runserver

And then check on http://localhost:8000

Testing heroku instance

Available here. Be nice, it is a free dyno so very few DB rows available and it shutdown after 30mn without usage.

Blog article

Available here. It explains my motivation and my goals !

About

Manage multiple accounts on a III Encore book library system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published