コード例 #1
0
    {
        'NAME':
        'django.contrib.auth.password_validation.NumericPasswordValidator',
    },
]

# Internationalization
# https://docs.djangoproject.com/en/1.10/topics/i18n/

LANGUAGE_CODE = 'en-us'

TIME_ZONE = 'UTC'

USE_I18N = True

USE_L10N = True

USE_TZ = True

# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.10/howto/static-files/

STATIC_URL = '/static/'

# Import applications
# pylint:disable=wrong-import-position
import django_integrator

django_integrator.add_application('django_memdb')
django_integrator.add_application('django_memdb_test')
コード例 #2
0
    },
    {
        'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator',
    },
]


# Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/

LANGUAGE_CODE = 'en-us'

TIME_ZONE = 'UTC'

USE_I18N = True

USE_L10N = True

USE_TZ = True


# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.9/howto/static-files/

STATIC_URL = '/static/'

# Import applications
#pylint:disable=wrong-import-position
import django_integrator
django_integrator.add_application('django_g11n')
コード例 #3
0
# Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/

LANGUAGE_CODE = 'en-us'

TIME_ZONE = 'UTC'

USE_I18N = True

USE_L10N = True

USE_TZ = True

# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.9/howto/static-files/

STATIC_URL = '/static/'

# Import applications
# pylint:disable=wrong-import-position
import django_integrator
os.environ['CENVARS_KEY'] = (
    "eNodUUtOHFEQuwrqdaRxuf5zG0SQWCAgmYFNxN1xZ9F69brddtn+dzwf14fK9P71cHycc5nH+r"
    "pnbtInGlUzAzh9aTEjPCM30G3NdQ5qOpETzACwZVG6oT1P4j8iNlYbN7aBHgcyypOtk6Un2Fkx"
    "+j9KkrTEYJLZ2k5vK8urmiffTXxp1PSmaXxg6QyLTSnPounaDBNzvvLAkgsvXW11mFQhjETR5o"
    "Yd684YS86Gi2ARO5yWF+5yPIo9a4FRDIplpRPyINXK04mwLNfXjf8KvlrwUwseL/f7x/VyeX1"
    "/enx9eb/dr0oTl6fnt6/Hv7fLIdhvwRTZDlxduI/Wzmk5kJ9IskKsXgyx0wwe7ViP4KYgfupK2"
    "cNHSU/JsUH5jeKMswYkvE0KZmKQLZUHqtKuXgWA1ESVDppsrpykOgi1st8/JA91jQ==")

django_integrator.add_application('django_cenvars')
コード例 #4
0
        'django.contrib.auth.password_validation.CommonPasswordValidator',
    },
    {
        'NAME':
        'django.contrib.auth.password_validation.NumericPasswordValidator',
    },
]

# Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/

LANGUAGE_CODE = 'en-us'

TIME_ZONE = 'UTC'

USE_I18N = True

USE_L10N = True

USE_TZ = True

# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.9/howto/static-files/

STATIC_URL = '/static/'

# Import applications
# pylint:disable=wrong-import-position
import django_integrator
django_integrator.add_application('django_query_signals')
コード例 #5
0
    },
    {
        'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator',
    },
]


# Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/

LANGUAGE_CODE = 'en-us'

TIME_ZONE = 'UTC'

USE_I18N = True

USE_L10N = True

USE_TZ = True


# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.9/howto/static-files/

STATIC_URL = '/static/'

# Import applications
# pylint:disable=wrong-import-position
import django_integrator
django_integrator.add_application('django_redtape')
コード例 #6
0
    },
    {
        'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator',
    },
]


# Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/

LANGUAGE_CODE = 'en-us'

TIME_ZONE = 'UTC'

USE_I18N = True

USE_L10N = True

USE_TZ = True


# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.9/howto/static-files/

STATIC_URL = '/static/'

# Import applications
#pylint:disable=wrong-import-position
import django_integrator
django_integrator.add_application('django_associations')
コード例 #7
0
    },
    {
        'NAME':
        'django.contrib.auth.password_validation.NumericPasswordValidator',
    },
]

# Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/

LANGUAGE_CODE = 'en-us'

TIME_ZONE = 'UTC'

USE_I18N = True

USE_L10N = True

USE_TZ = True

# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.9/howto/static-files/

STATIC_URL = '/static/'

# Import applications
# pylint:disable=wrong-import-position
import django_integrator

django_integrator.add_application('django_linked_items')