Re: Prepoplulate admin form with previously entered data

2009-02-09 Thread Adam Woodbeck
Would it be possible to extend the ModelForm for my encounter model, automatically filling the form when I add a new entry? On Feb 9, 9:51 pm, Adam Woodbeck <adam.woodb...@gmail.com> wrote: > I'm building my first Django app and I've run into a roadblock.  I'm > hoping someo

Prepoplulate admin form with previously entered data

2009-02-09 Thread Adam Woodbeck
I'm building my first Django app and I've run into a roadblock. I'm hoping someone with more knowledge of django 1.0 can point me in the right direction. What the app does is allow me to enter SOAP notes for each of my daily patient encounters. A good amount of the data I enter from visit to

Re: FlatPageSitemap broken?

2008-06-23 Thread Adam Woodbeck
I apologize. The problem is solved. On Jun 23, 3:09 pm, Adam Woodbeck <[EMAIL PROTECTED]> wrote: > I'm in the process of setting up a sitemap for our website.  I've > successfully used GenericSitemap to add our blog posts to the > sitemap.  However, I'm running into p

FlatPageSitemap broken?

2008-06-23 Thread Adam Woodbeck
I'm in the process of setting up a sitemap for our website. I've successfully used GenericSitemap to add our blog posts to the sitemap. However, I'm running into problems getting FlatPageSitemap to work correctly. I keep getting the error, "'Site' object has no attribute 'flatpage_set'." I