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

17 lines
485 B
Markdown
Raw Normal View History

2019-09-23 18:10:42 +00:00
# jeeves
Jeeves will take care of your boring tasks so you don't have to worry.
![Python 3.7+](https://img.shields.io/badge/python-3.7%2B-blue)
## Contributing
You need [poetry](https://poetry.eustace.io/) to manage this project dependencies. Go to the provided link to get more information.
``` bash
poetry install # This install al requirements in an environment
poetry shell # Opens a shell with the virtualenv enabled
python manage.py migrate
python manage.py runserver
```