Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/