An open API service indexing awesome lists of open source software.

https://github.com/maroshmka/example-django-ticketing

Simple ticketing system example in Django.
https://github.com/maroshmka/example-django-ticketing

django dummy example pytest python ticketing-system

Last synced: 8 months ago
JSON representation

Simple ticketing system example in Django.

Awesome Lists containing this project

README

          

# Example Django project

This is an example ticketing project in Django. Mostly used for trying things out or as targeted
project for software app development - pytest addons, django apps etc.

## Run:
```
> virtualenv venv
> . venv/bin/activate
> pip3 install -r reqirements.txt
> sh run_app.sh

open localhost:8003
```

## Run test:
```
> pytest
```