https://github.com/toastdriven/bobbyblog
https://github.com/toastdriven/bobbyblog
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toastdriven/bobbyblog
- Owner: toastdriven
- Created: 2012-04-28T04:18:40.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-28T04:22:09.000Z (about 14 years ago)
- Last Synced: 2025-06-07T16:54:56.042Z (11 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Setup
=====
The setup::
git clone https://github.com/toastdriven/bobbyblog.git
cd bobbyblog
virtualenv env
. env/bin/activate
pip install -r requirements.txt
./manage.py syncdb
./manage.py loaddata blog.json
./manage.py runserver
From there, hit::
* http://127.0.0.1:8000/api/v1/category/?format=json (should be two results)
* http://127.0.0.1:8000/api/v1/category/?format=json&title=Foo (should be just one)