https://github.com/dcramer/djangospot2
DjangoSpot using Pylons and Redis
https://github.com/dcramer/djangospot2
Last synced: 3 months ago
JSON representation
DjangoSpot using Pylons and Redis
- Host: GitHub
- URL: https://github.com/dcramer/djangospot2
- Owner: dcramer
- Created: 2010-07-09T03:00:59.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-07-09T03:04:00.000Z (almost 15 years ago)
- Last Synced: 2025-03-06T17:57:36.679Z (3 months ago)
- Language: Python
- Homepage:
- Size: 397 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This file is for you to describe the djangospot application. Typically
you would include information such as the information below:Installation and Setup
======================Install ``djangospot`` using easy_install::
easy_install djangospot
Make a config file as follows::
paster make-config djangospot config.ini
Tweak the config file as appropriate and then setup the application::
paster setup-app config.ini
Then you are ready to go.