Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajpocus/pizzeria
A Django app for placing and viewing pizza orders.
https://github.com/ajpocus/pizzeria
Last synced: about 1 month ago
JSON representation
A Django app for placing and viewing pizza orders.
- Host: GitHub
- URL: https://github.com/ajpocus/pizzeria
- Owner: ajpocus
- License: bsd-3-clause
- Created: 2011-02-21T05:07:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-11T20:51:28.000Z (almost 14 years ago)
- Last Synced: 2024-04-08T18:29:17.109Z (10 months ago)
- Language: Python
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
README for Pizzeria, a Django project
SUMMARY
Pizzeria is a group of Django apps for placing and viewing orders in a
pizza restaurant. There are currently two apps, order and line, which place
and show orders, respectively.REQUIREMENTS
Pizzeria was built using Django 1.2.5, Python 2.7.1, and
django-debug-toolbar 0.8.4. Most Unix-based systems come with Python pre-
installed, although you may need to use the python2 executable if your
distro uses python3. Most distros should also have a Django package. As for
django-debug-toolbar, you can install it with pip, as in:sudo pip install django-debug-toolbar
If you don't have pip, there are packages available.
USAGE
From the root project directory, you can run:
python manage.py runserver
to start the Django development server. It's bare-bones right now, but apps
are available at localhost:8000/order and /line. The order app provides
a basic order and recipt interface, while the line shows order not yet
made. An interface to clear orders is yet to come on the line app.AUTHORS
Pizzeria was created by Austin Pocus, Copyright 2011. It is released
under the BSD license; details may be found in LICENSE.