Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/groovecoder/django-appetizer

Automatically creates Open Web Application manifests for django sites.
https://github.com/groovecoder/django-appetizer

Last synced: about 1 month ago
JSON representation

Automatically creates Open Web Application manifests for django sites.

Awesome Lists containing this project

README

        

================
Django Appetizer
================

Django Appetizer aAutomatically creates Open Web Application manifests for django sites. https://apps.mozillalabs.com/

Requirements
============
- django

Installation
============
#. Add the ``appetizer`` directory to your ``PYTHON_PATH``.
#. Add ``appetizer`` to your ``INSTALLED_APPS`` setting of Django.
#. Add ``appetizer.urls`` to your ``urls.py`` file.

Configuration
=============