Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

dotkom/feedme

Repository files navigation

FeedMe

Build Status codecov.io

A food ordering management system for Django.

This project was started to help 'dotKom' with ordering food for their work nights.

Feedme on PyPi

Install via pip

pip install feedme

Add app to project

  • INSTALLED_APPS = (…, 'feedme', …)
  • url(r'^feedme/', include('feedme.urls', namespace='feedme'))

Give some groups the permissions to use feedme.


Standalone setup

This app supports a standalone setup, rather than integrating it into a current project.

All you need is to create a base.html with these blocks

  • title
  • styles
  • submenu (nav)
  • content

And use whatever template you want. The submenu included in feedme uses a bootstrap submenu, and some bootstrap elements and classes.