Skip to content

maroshmka/example-django-ticketing

Repository files navigation

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

<fill password>
open localhost:8003

Run test:

> pytest

About

Simple ticketing system example in Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published