Wednesday, November 30, 2011

Re: converting a large site to Django

Do the pages that you're moving across to the new site need to be
change-able through the admin system, or are they static HTML that won't
change?

Only use flatpages if you want them to be editable through the web.

Tim.

On 30/11/11 17:09, Juan de Dios Manjon Perez wrote:
> Try flatpages https://docs.djangoproject.com/en/dev/ref/contrib/flatpages/
>
> -Juande
>
> On Wed, 30 Nov 2011 08:46:28 -0800 (PST), marjenni wrote:
>> Hi,
>> I am working on a website with many pages (in the hundreds).
>>
>> I have recreated the website front page on a new server with the
>> desired new functionality implemented in Python and Django.
>>
>> All seems good, but what I need to know is what is the easiest/
>> quickest way of moving across the rest of the website onto this new
>> server? Will I need an entry for each page in the urls file?
>>
>> Many thanks for all your help
>>
>> Mark
>

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment