diff --git a/README.rst b/README.rst index 336c1d8..83edcb1 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ and a video +of the presentation `can be found here `_. 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, diff --git a/doc/index.rst b/doc/index.rst index 3d7bd85..fecc5ac 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -20,6 +20,13 @@ of runtime dynamic models. - :ref:`Database schema migration ` - :ref:`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 `_. + Indices and tables ==================