معرفی شرکت ها


buttercms-django-0.3.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Company blogs as a service. Built for developers.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل buttercms-django-0.3.7
نام buttercms-django
نسخه کتابخانه 0.3.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده ButterCMS
ایمیل نویسنده jake@buttercms.com
آدرس صفحه اصلی https://buttercms.com
آدرس اینترنتی https://pypi.org/project/buttercms-django/
مجوز MIT
Butter CMS for Django ========================= https://www.buttercms.com **Why Butter?** Butter makes setting up a company blog on Django insanely easy. It's built for Django developers to save us from hosting, DB setup, themeing, maintaining yet another Wordpress install. It's designed to be quickly integrated to an existing Django project. Butter provides a marketing friendly blogging UI, hosted on buttercms.com, and exposes blog content created via an API. This package provides thin wrapper that interacts with the Butter API and a quick start blog application. Setup ----- Requires Python 2.7.9 or newer. If you're on an older version of 2.7 please take a few seconds to upgrade: https://www.python.org/downloads/ .. code:: bash $ pip install buttercms-django .. code:: python # In settings.py # Add buttercms to INSTALLED_APPS INSTALLED_APPS = ( ... 'buttercms-django', ) Grab your API token from https://buttercms.com/profile/ .. code:: python # In settings.py # Add your BUTTER_CMS_TOKEN BUTTER_CMS_TOKEN = '<your_api_token>' Define your blog path .. code:: python # In urls.py # Add your new blog path urlpatterns = patterns('', ... url(r'^blog/', include('buttercms-django.urls')), ) Now generate your blog templates into one of your existing Django apps with our handy butter_templates command .. code:: bash $ python manage.py butter_templates <app_name> Open up `<app_name>/templates/blog/blog_base.html` and update the `{% block content %}` to match your existing site's main body content block. Also, if your root parent file is not called `base.html`, update `blog/blog_base.html` to extend whichever template makes sense for your app. Now check it out: http://localhost:8000/blog Log into https://buttercms.com/ to start blogging! Sitemap + Feeds ===================== Your new blog comes built-in with a sitemap.xml, RSS + Atom feeds for maximum SEO benefit. You can use these to syndicate your content to social networks, improve search engine indexation, and more. Sitemap: http://localhost:8000/blog/sitemap.xml RSS: http://localhost:8000/blog/rss/ (named route blog_rss) Atom: http://localhost:8000/blog/atom/ (named route blog_atom) Customizing your blog ===================== Customize the blog template --------------------------- We've provided you with a pre-scaffolded blog. Simply crack open any of the files in the newly created /blog/ directory you created in the step above and modify those Django template as you would any other. Customizing your blog is now the same flow as the rest of your site! No longer do you have to hack Wordpress PHP scripts.


نحوه نصب


نصب پکیج whl buttercms-django-0.3.7:

    pip install buttercms-django-0.3.7.whl


نصب پکیج tar.gz buttercms-django-0.3.7:

    pip install buttercms-django-0.3.7.tar.gz