Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lensvol/django-philgopher
Adds support for viewing Django models over Gopher protocol. Not that you should :)
https://github.com/lensvol/django-philgopher
Last synced: about 2 months ago
JSON representation
Adds support for viewing Django models over Gopher protocol. Not that you should :)
- Host: GitHub
- URL: https://github.com/lensvol/django-philgopher
- Owner: lensvol
- Created: 2013-04-24T18:34:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-06T20:49:41.000Z (over 11 years ago)
- Last Synced: 2024-05-02T04:08:34.387Z (8 months ago)
- Language: Python
- Size: 101 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
django-philgopher
=================Adds support for viewing Django models over Gopher protocol. Not that you should :)
Usage
=====1. Add philgopher to INSTALLED_APPS in your settings.py::
INSTALLED_APPS += ['philgopher',]
2. Run, gopher, run!::
$ python ./manage.py rungopherrun
After that, connect to port 70 on any network interface and browse Django models using
highly convenient Gopher interface :)Note: only models with verbose name in Meta subclass are eligible for browsing.