Where can I buy good themes for Django templates. Can Wordpress themes be incorporated into a Django website?
-
I am developing django based ecommerce solution and I need to customize the theme of the website with themes sold on themes forest. Most of the sites sell word press themes and not getting any market place which sells themes fo django projects. Is there a market place which sells themes for Django project(s) or is there a solution to include the themes sold for word press to make it work for Django
-
Answer:
Wordpress has a fairly standard page template layout, which can easily be copied and modified to create a new theme for sale. In your custom Django project, you're developing custom templates, different from those in any other Django project that match your URL patterns and views, not to mention functionality - so there is no easy way to 'copy' a template set (theme), modify it to create a new theme. That said, if you are using a pluggable ecommerce app for Django (Satchmo or django-LFS for example), you may have more luck, but I wouldn't think so. Wordpress, being a foundation on which to build mostly content sites is easy to theme because their is no choice in your foundation. With Django, you're building your project's foundation on the framework that Django provides, so you have far more flexibility but are restricted in terms of reusable template themes. If you get a good designer/front-end dev, they'll know how to organize the hierarchy of Django templates to easily whip up a theme for you.
James Addison at Quora Visit the source
Other answers
I recently launched http://mezzathe.me/ which sells themes for Mezzanine, a Django CMS. I'm not sure if it would totally fit your needs, but they definitely are great themes, and Mezzanine is Django. Mezzanine already has a companion e-commerce solution called Cartridge but it's also easy to develop new functionality using Mezzanine as a foundation (for example I built MEZZaTHEME using Mezzanine but I didn't use Cartridge and rolled my own e-commerce solution).
Josh Cartmell
Related Q & A:
- Where can I buy a good magnifying glass?Best solution by Yahoo! Answers
- Where can I buy a good, stylish, yet inexpensive suit in San Diego?Best solution by Yahoo! Answers
- Where can I buy good henna for tattoos?Best solution by Yahoo! Answers
- Where can I buy a good tape recorder?Best solution by Yahoo! Answers
- Where can I buy a cheap good quality camcorder?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.