Skip to content

Commit

Permalink
Updating readme and index with video links.
Browse files Browse the repository at this point in the history
  • Loading branch information
willhardy committed Jul 3, 2011
1 parent 7727f43 commit 03ddc28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -4,8 +4,8 @@ Runtime dynamic models with Django
This is an example project to demonstrate a number of techniques that allow
dynamic models to work.
This was written to accompany a talk at 2011 Djangocon.eu, the text of the
talk will be provided in the documentation folder of this project and a link
to the video will be provided here when it is available.
talk is provided in `this project's documentation <http://dynamic-models.readthedocs.org/>`_ and a video
of the presentation `can be found here <http://2011.djangocon.eu/talks/22/>`_.

The project is a simple survey maker, where admin users can define surveys.
The responses can then be stored in a customised table for that survey,
Expand Down
7 changes: 7 additions & 0 deletions doc/index.rst
Expand Up @@ -20,6 +20,13 @@ of runtime dynamic models.
- :ref:`Database schema migration <topics-database-migration>`
- :ref:`Admin migration <topics-admin-migration>`

DjangoCon.eu Talk
=================

This topic was presented at DjangoCon and these notes have been written
as supplementary documentation for that talk.
The talk can be `viewed online here <http://2011.djangocon.eu/talks/22/>`_.


Indices and tables
==================
Expand Down

0 comments on commit 03ddc28

Please sign in to comment.