Re: integrating themes in django

2019-01-14 Thread Jani Tiainen
Hi, Django is web development framework, in other words it's more a low level library that you use when programming web sites rather than CMS like wordpress is and thus there isn't really concept of themes in Django. What Django can do is to render for example HTML and link it to CSS for styling

Re: integrating themes in django

2019-01-14 Thread Out Reach
Hi I'm Looking for a theme like that https://www.couponsmith.com in Django framework please tell me where can I find these types of themes. On Thursday, May 10, 2018 at 9:10:58 AM UTC+5, Hitesh Goyal wrote: > > Hi team, I am new to Django. > How can i integrate ready-made website themes in a

Re: integrating themes in django

2018-05-10 Thread James Farris
This should give you an idea of what you have to do Templates: https://tutorial.djangogirls.org/en/html/ Statics: https://tutorial.djangogirls.org/en/css/ On Thu, May 10, 2018 at 12:27 AM, Hitesh Goyal wrote: > Ok . Could you please provide a sample source where it has

Re: integrating themes in django

2018-05-10 Thread Hitesh Goyal
Ok . Could you please provide a sample source where it has been implemented . On Thursday, May 10, 2018 at 12:48:44 PM UTC+5:30, James Farris wrote: > > Unless someone knows of an easier way, you will have to do some work to > get html/css/js themes integrated as you will have to create

Re: integrating themes in django

2018-05-10 Thread James Farris
Unless someone knows of an easier way, you will have to do some work to get html/css/js themes integrated as you will have to create templates for html and a static directory for css and js. Then hook the css and js into the template files you create. It's not like a Drupal or Wordpress site

integrating themes in django

2018-05-09 Thread Hitesh Goyal
Hi team, I am new to Django. How can i integrate ready-made website themes in a django project ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to