https://github.com/zoni/django-gridurl
A Second Life http-in temporary URL to persistant URL mapper
https://github.com/zoni/django-gridurl
Last synced: about 1 year ago
JSON representation
A Second Life http-in temporary URL to persistant URL mapper
- Host: GitHub
- URL: https://github.com/zoni/django-gridurl
- Owner: zoni
- License: other
- Created: 2010-04-15T13:51:55.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-19T21:25:39.000Z (about 16 years ago)
- Last Synced: 2025-05-26T15:10:35.871Z (about 1 year ago)
- Language: Python
- Homepage: http://zoni.nl/django-gridurl
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Django-gridurl: A Second Life http-in temporary URL to persistant URL mapper
http://zoni.nl/django-gridurl
http://github.com/zoni/django-gridurl/
Dependencies:
- Django 1.0+ (http://www.djangoproject.com/)
- Any webserver that can run django
- Python 2.6+ (http://python.org/)
Sources:
You can get the latest sources from git over at GitHub. Just do:
$ git clone git://github.com/zoni/django-gridurl.git
Installing:
1. Check out latest sources to a directory outside your server's document root
2. Create a settings_local.py in the root directory and change the default
settings as desired (See settings_local.py.example)
3. Deploy django.wsgi (See http://docs.djangoproject.com/en/1.1/howto/deployment/)
Please see INSTALL for detailed installation instructions
Documentation:
Isn't available yet. I'm working on it :)