This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
devdays /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 02 06:00:41 -0800 2009 | |
| |
README.txt | Mon Nov 02 06:00:41 -0800 2009 | |
| |
__init__.py | Mon Nov 02 06:00:41 -0800 2009 | |
| |
events.json | Mon Nov 02 06:00:41 -0800 2009 | |
| |
events/ | Mon Nov 02 06:00:41 -0800 2009 | |
| |
manage.py | Mon Nov 02 06:00:41 -0800 2009 | |
| |
settings.py | Mon Nov 02 06:00:41 -0800 2009 | |
| |
urls.py | Mon Nov 02 06:00:41 -0800 2009 |
README.txt
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/







