Skip to content
/ flicket Public
forked from evereux/flicket

Simple ticket system using python flask

License

Notifications You must be signed in to change notification settings

xdml/flicket

 
 

Repository files navigation

Flicket

Flicket is a simple web based ticketing system written in Python using the flask web framework which supports English and French locales. Additional locales can be added by following the section Adding Additional Languages within this README.

Documentation

For documentation please visit: https://flicket.readthedocs.io/en/latest/

Can I See It Working?

I have a working version at: https://flicket.evereux.uk/. If you'd like access drop an email to me at [email protected]. Tell me username / email you would like to use. Currently, all the views require login so I'll have to create an account for you.

Alternatively, see the screenshots that can be found in the documentation link.

Upgrading From Earlier Versions

See the changelog for changes and additional steps to take when upgrading.

Requirements

Prior to installing and running Flicket please read these requirements.

  • Python =>3.6
  • SQL Database server with JSON support (for example PostgreSQL >=9.2, MySQL >=5.7, MariaDB >=10.2, SQLite >=3.9)

Production Environment

To serve Flicket within a production environment webservers such as Apache or nginx are typically used. See the documentation for how to install Apache on Windows.

About

Simple ticket system using python flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.3%
  • JavaScript 32.9%
  • HTML 21.0%
  • Other 0.8%