Skip to content
#

django-blog

Here are 252 public repositories matching this topic...

SniperM99
SniperM99 commented Feb 19, 2020

按照书上提示 , 将 css 与 js 引入到自定义的 class Media 中
代码片段如下:

    class Media:
        css = {
            'all' : ('https://cdn.bootcss.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css'),
        }
        js = ('https://cdn.bootcss.com/bootstrap/4.0.0-beta.2/js/bootstrap.bundle.js',)

当运行 runserver 后, 页面无任何变化 , 提示框里提示很多
"GET /static/.* HTTP/1.1" 404 1616 的字样(.*表示出现的各种字符统称)

msmommer
msmommer commented Mar 6, 2020

Hello,

I installed djangocms-blog (github version with fix by jasujm, as per "migration error" issue), but I am having a lot of trouble understanding how to configure this app properly. (Django version = 2.2.7, django-cms version 3.7.1)

  • The blog page was created and assigned to the blog app, but it used the first template on my templates list, which does not have any blog functionality. S

Improve this page

Add a description, image, and links to the django-blog topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the django-blog topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.