Migration to Django... Complete
I have finally finished the migration to Django. By finished I mean that I have replicated the old structure of the site and am no longer getting 404 or 500 errors, for missing pages and missing content.
I now have the long hard task of extending the backend functionality and creating a full website template that can be easily deployed to cover the following bases
- Content pages that can be created and amended via a console.
- A blog/ News section
- Photo uploads
- A Google map with pins and the ability to upload GPX files.
- embedding of feeds from other sites (Flickr, Twitter etc)
I have come across a few Django options, such as Django CMS, that already have some of these features but each one is not quite right for what I need.
Category: News

Comments