structured menu cannot be rendered in html template, why?

2019-12-27 Thread হজমুলা খান
i would like to make a structure database for a restaurant menu without using mptt or django-tree. here is my *models.py:* > from django.db import models > > class Menu(models.Model): > > name = models.CharField(max_length=24, unique=True, verbose_name='menu >> name') > > #slug =

Re: ckeditor toolbar is not showing in html new post page.. why home.html (for adding a new post) is not showing the rendered django form for add new post?

2019-12-12 Thread হজমুলা খান
check > doc in warning part > https://docs.djangoproject.com/en/3.0/ref/csrf/ > > And look at the additional way to resolve your problem. > > On Thu, Dec 12, 2019, 16:45 হজমুলা খান > > wrote: > >> i am integrating some apps to make a bigger project but the problem is >

Re: Nepal Government: Boycott Nepal until Gadhimai animal sacrifice ends!

2019-12-12 Thread হজমুলা খান
my friend this festival has been banned four years ago. and what is this post doing in django group? what it has to do with django? On Wednesday, December 11, 2019 at 2:05:28 PM UTC, pema...@gmail.com wrote: > > Hallo, > > ich habe gerade die Petition „Nepal Government: Boycott Nepal until >

ckeditor toolbar is not showing in html new post page.. why home.html (for adding a new post) is not showing the rendered django form for add new post?

2019-12-12 Thread হজমুলা খান
i am integrating some apps to make a bigger project but the problem is when i try insert ckeditor in html login page it is not showing. for this reason i tried to make separate app is to see whats going on here. i am showing you the code in detail. editing/settings.py: ..

Integration of Django-cms site with django blog

2019-11-21 Thread হজমুলা খান
Hi Recently I have made a website with django-cms and another blog site with django. Now I want to integrate Django blog site with one of the pages of Django-cms’s site. Should I use aaphook or djangocms-blog? I am a new learner of Django. I am little bit confused on which way I should go...

Re: bootstrap4 panel as card plugin is not working in djangocms

2019-11-20 Thread হজমুলা খান
it from bootstrap4 website and it worked. now i need to tune it. besides before doing that i have selected the column size according to the screen requirement. thanks :) On Wednesday, November 20, 2019 at 2:16:04 PM UTC, হজমুলা খান wrote: > > hi > > i am working on a project of bootst

bootstrap4 panel as card plugin is not working in djangocms

2019-11-20 Thread হজমুলা খান
hi i am working on a project of bootstrap4 website where i require to make panels in 3 columns. i am using djangocms (the latest version). but there is no panel under any column. so i tried with card but this plugin has no title and text option. what should i do? -- You received this

Re: html home file is not opening while running under django env......

2019-11-01 Thread হজমুলা খান
ofcourse yes otherwise it will show error On Friday, November 1, 2019 at 4:24:49 AM UTC, Bruckner de Villiers wrote: > > Did you import include? > > Bruckner > 0836251086 > > On 01 Nov 2019, at 00:29, হজমুলা খান > > wrote: > >  > > > On Thursday, O

Re: html home file is not opening while running under django env......

2019-10-31 Thread হজমুলা খান
On Thursday, October 31, 2019 at 12:22:48 PM UTC, Kasper Laudrup wrote: > > Hi হজমুলা খান, > > On 31/10/2019 11.22, হজমুলা খান wrote: > > i am novice and following django for beginners ebook. while i am running > > the program base.html and about.html are wor

html home file is not opening while running under django env......

2019-10-31 Thread হজমুলা খান
i am novice and following django for beginners ebook. while i am running the program base.html and about.html are working properly but when i click on the home link, it shows: Page not found (404) Request Method: GET Request URL: http://localhost:8000/home Using the URLconf defined in