Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tswicegood/atx_restaurant_ratings
https://github.com/tswicegood/atx_restaurant_ratings
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tswicegood/atx_restaurant_ratings
- Owner: tswicegood
- License: apache-2.0
- Created: 2012-12-10T05:08:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-16T14:14:07.000Z (over 11 years ago)
- Last Synced: 2024-04-14T14:50:10.603Z (7 months ago)
- Language: Python
- Size: 125 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
atx_restaurant_ratings
======================
This Django application was generated using the `Texas Tribune's`__ Generic
Django app template... __: http://www.texastribune.org/
Installation & Configuration
----------------------------
You can install this using `pip`_ like this:::
pip install atx_restaurant_ratings
Once installed, you need to add it to your ``INSTALLED_APPS``. You can do that
however you like or you can copy-and-paste this in after your
``INSTALLED_APPS`` are defined.::
INSTALLED_APPS += ['atx_restaurant_ratings', ]
Now you're ready to start using ``atx_restaurant_ratings``.
Usage
-----
*TODO*Example
-------
All of the usage is outlined, along with tests inside the ``example``
directory. See that directory for more information on how to run the tests and
example project... _pip: http://www.pip-installer.org/en/latest/