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.
- Host: GitHub
- URL: https://github.com/maroshmka/example-django-ticketing
- Owner: maroshmka
- Created: 2018-05-14T18:54:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T18:56:24.000Z (over 7 years ago)
- Last Synced: 2025-02-23T22:31:00.139Z (12 months ago)
- Topics: django, dummy, example, pytest, python, ticketing-system
- Language: Python
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```