Re: Migration problems (old svn version to 1.0 and new server)

2008-10-20 Thread Karen Tracey
On Mon, Oct 20, 2008 at 5:10 PM, AdamC <[EMAIL PROTECTED]> wrote: > > 2008/10/20 Karen Tracey <[EMAIL PROTECTED]>: > > On Mon, Oct 20, 2008 at 4:36 PM, AdamC <[EMAIL PROTECTED]> wrote: > >> > >> I'm running the latest checkout using svn as per the download > >> instructions on the djangoproject si

Re: Migration problems (old svn version to 1.0 and new server)

2008-10-20 Thread AdamC
2008/10/20 Karen Tracey <[EMAIL PROTECTED]>: > On Mon, Oct 20, 2008 at 4:36 PM, AdamC <[EMAIL PROTECTED]> wrote: >> >> I'm running the latest checkout using svn as per the download >> instructions on the djangoproject site. >> > > OK, now that you've confirmed that and I take a closer look at the

Re: Migration problems (old svn version to 1.0 and new server)

2008-10-20 Thread Karen Tracey
On Mon, Oct 20, 2008 at 4:36 PM, AdamC <[EMAIL PROTECTED]> wrote: > > I'm running the latest checkout using svn as per the download > instructions on the djangoproject site. > > OK, now that you've confirmed that and I take a closer look at the erroryou have: {%url films.views.edit_film_list

Re: Migration problems (old svn version to 1.0 and new server)

2008-10-20 Thread AdamC
2008/10/20 Karen Tracey <[EMAIL PROTECTED]>: > 2008/10/20 AdamC <[EMAIL PROTECTED]> >> >> They all import fine. >> >> I do have @login_required at the beginning of a few functions. Has >> this changed since v1.0? > > You mean since 0.96? It certainly hasn't changed since 1.0, and I don't > believ

Re: Migration problems (old svn version to 1.0 and new server)

2008-10-20 Thread Karen Tracey
2008/10/20 AdamC <[EMAIL PROTECTED]> > They all import fine. > > I do have @login_required at the beginning of a few functions. Has > this changed since v1.0? > You mean since 0.96? It certainly hasn't changed since 1.0, and I don't believe @login_required was changed between 0.96 and 1.0. (If

Re: Migration problems (old svn version to 1.0 and new server)

2008-10-20 Thread AdamC
2008/10/20 Jarek Zgoda <[EMAIL PROTECTED]>: > > Wiadomość napisana w dniu 2008-10-19, o godz. 21:19, przez AdamC: > In template /home/adam/apps/films/templates/includes/nav.html, error at line 1 Caught an exception while rendering: Reverse for 'films.films.views.edit_film_list'

Re: Migration problems (old svn version to 1.0 and new server)

2008-10-20 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-10-19, o godz. 21:19, przez AdamC: >>> In template /home/adam/apps/films/templates/includes/nav.html, error >>> at line 1 >>> Caught an exception while rendering: Reverse for >>> 'films.films.views.edit_film_list' with arguments '()' and keyword >>> arguments '{}' n

Re: Migration problems (old svn version to 1.0 and new server)

2008-10-19 Thread AdamC
2008/10/19 Jarek Zgoda <[EMAIL PROTECTED]>: > > Wiadomość napisana w dniu 2008-10-19, o godz. 20:25, przez AdamC: > >> Template error >> >> In template /home/adam/apps/films/templates/includes/nav.html, error >> at line 1 >> Caught an exception while rendering: Reverse for >> 'films.films.views.edi

Re: Migration problems (old svn version to 1.0 and new server)

2008-10-19 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-10-19, o godz. 20:25, przez AdamC: > Template error > > In template /home/adam/apps/films/templates/includes/nav.html, error > at line 1 > Caught an exception while rendering: Reverse for > 'films.films.views.edit_film_list' with arguments '()' and keyword > argum

Re: Migration problems (old svn version to 1.0 and new server)

2008-10-19 Thread Karen Tracey
On Sun, Oct 19, 2008 at 2:25 PM, AdamC <[EMAIL PROTECTED]> wrote: > > I'm migrating my application (a simple film database) to another server. > > I installed version 1.0 of django on the new server and set up apache > with mod_python (which was the same setup on my old server). > > However, I see