Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/devdays
Example code from my talk at Stack Overflow DevDays Amsterdam 2009.
https://github.com/simonw/devdays
Last synced: 27 days ago
JSON representation
Example code from my talk at Stack Overflow DevDays Amsterdam 2009.
- Host: GitHub
- URL: https://github.com/simonw/devdays
- Owner: simonw
- Created: 2009-11-02T14:01:25.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-02T14:01:38.000Z (about 15 years ago)
- Last Synced: 2024-10-07T13:53:40.383Z (about 1 month ago)
- Homepage: http://stackoverflow.carsonified.com/events/amsterdam/
- Size: 78.1 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Example Django app created for Stack Overflow DevDays in Amsterdam
To try it out (make sure you have installed Django first):
$ ./manage.py syncdb
... create yourself a super user account ...$ ./manage.py loaddata events < events.json
Installing json fixture 'events' from absolute path.
Installed 22 object(s) from 1 fixture(s)$ ./manage.py runserver 8000
Now visit:
http://localhost:8000/events/amsterdam/
http://localhost:8000/admin/