fmartingr
/
jeeves
Archived
1
0
Fork 0
This repository has been archived on 2021-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
jeeves/README.md

744 B

jeeves

Jeeves will take care of your boring tasks so you don't have to worry.

Python 3.7+

Contributing

You need poetry to manage this project dependencies. Go to the provided link to get more information.

Running this will use poetry to generate a virtualenv, install all required dependencies and initialize a database with an admin user.

make quicksetup

To run the webserver run this and then access http://localhost:8000/admin with credentials admin/Qwer1234

poetry run python manage.py runserver

To run the test suite:

DJANGO_SETTINGS_MODULE=jeeves.settings pytest .