Coder Social home page Coder Social logo

pingiun / eetfestijn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joostrijneveld/eetfestijn

0.0 3.0 0.0 273 KB

Web application to streamline getting take-out for large groups

License: Creative Commons Zero v1.0 Universal

Python 73.40% CSS 2.26% JavaScript 2.76% HTML 21.58%

eetfestijn's Introduction

eetFestijn Build Status Coverage Status

screenshot of eetFestijn

eetFestijn makes it easy to collect take-away orders for a large group. It is especially worthwhile when ordering from the same place on repeated occassions. Using eetFestijn, users can select items from a menu to compose their orders. A complete overview of all orders is automatically generated, as well as a 'simplified' summary that could be printed and taken along.

Dependencies

The dependencies of eetFestijn are listed in the requirements.txt file. Since introducing the 'export to PDF' functionality, the number of dependencies has steeply grown. In order to be able to export PDFs, eetFestijn uses the WeasyPrint library, converting HTML/CSS to print-ready PDF documents. Unfortunately, the dependencies of WeasyPrint are not all that straightforward. When running pip install -r requirements.txt, one might run into any number of the errors involving missing header files. Luckily, they can be trivially fixed by installing a number of development packages. On Debian-based systems, this can be achieved by calling apt-get install libffi-dev libxml2-dev libxslt1-dev zlib1g-dev.

After succesfully installing the requirements, you might be faced with an error thrown by Django: ImportError: cannot import name properties. In that case, you may need to install lib-pango, as follows: apt-get install libpango1.0-0. Or use brew install cairo pango if you're on macOS.

Notes on installation

When deploying eetFestijn, be sure to change the SECRET_KEY in eetfestijn/settings.py and add the appropriate ALLOWED_HOSTS. In case you're using eetFestijn for some other menu, you may want to omit the Fest-specific data migrations in orders/migrations/ (currently migration 0005, 0006 and 0007).

eetfestijn's People

Contributors

joostrijneveld avatar thomwiggers avatar se-bastiaan avatar wkuipers avatar mrngm avatar lscholten avatar

Watchers

James Cloos avatar Jelle Besseling avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.