--- title: Django用のより良いPyGreSQlをサポート author: Hue Team type: post date: 2014-03-28T04:10:47+00:00 url: /django用のより良いpygresqlをサポート/ sf_thumbnail_type: - none sf_thumbnail_link_type: - link_to_post sf_detail_type: - none sf_page_title: - 1 sf_page_title_style: - standard sf_no_breadcrumbs: - 1 sf_page_title_bg: - none sf_page_title_text_style: - light sf_background_image_size: - cover sf_social_sharing: - 1 sf_sidebar_config: - left-sidebar sf_left_sidebar: - Sidebar-2 sf_right_sidebar: - Sidebar-1 sf_caption_position: - caption-right slide_template: - default sf_custom_excerpt: - |
django-pygresql のリリースにより、 Hue チームは Djangoの PyGreSQL のサポートを最初に試みてきました。
django-pygresqlのリリースにより、HueチームはDjangoのPyGreSQLのサポートを最初に試みてきました。
unzip master.zip && cd django-pygresql-master && /build/env/bin/python install setup.py3.
if DATABASES['default']['ENGINE'] == 'django_pygresql':
SOUTH_DATABASE_ADAPTERS = {
'default': 'south.db.postgresql_psycopg2'
}