An opensource bug tracking/reporting page made in Flask
An opensource Bug reporting system, this is a personal project to learn web dev
but feel free to fork it and edit any code to your needs just keep it open source as the LICENSE
implies.
pip install -r requirments.txt
python3.9 main.py
Change variables in the config.py
to your liking
- Adding an automated xlsx datasheet generator
- 0.0.1
- initial release
Anas Arbaoui – @Anarbbb – anarbaoui@gmail.com
Distributed under the GPL-3.0 license. See LICENSE
for more information.
- Fork it (https://github.com/Anarbb/LibreRecipes/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Copyright (c) 2021 Anas Arbaoui
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.