|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /lib64/python2.7/site-packages/django/db/backends/dummy/ |
Upload File : |
�
r�\c @ s� d Z d d l m Z d d l Td d l m Z d � Z d � Z d e f d � � YZ d e f d
� � YZ
d e f d � � YZ d
e
f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( s�
Dummy database backend for Django.
Django uses this if the database ENGINE setting is empty (None or empty string).
Each of these API functions, except connection.close(), raises
ImproperlyConfigured.
i����( t ImproperlyConfigured( t *( t BaseDatabaseCreationc O s t d � � d S( Ns{ settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.( R ( t argst kwargs( ( s? /tmp/pip-install-XxeQeY/django/django/db/backends/dummy/base.pyt complain s c O s d S( N( ( R R ( ( s? /tmp/pip-install-XxeQeY/django/django/db/backends/dummy/base.pyt ignore s t
DatabaseErrorc B s e Z RS( ( t __name__t
__module__( ( ( s? /tmp/pip-install-XxeQeY/django/django/db/backends/dummy/base.pyR s t IntegrityErrorc B s e Z RS( ( R R ( ( ( s? /tmp/pip-install-XxeQeY/django/django/db/backends/dummy/base.pyR
s t DatabaseOperationsc B s e Z e Z RS( ( R R R t
quote_name( ( ( s? /tmp/pip-install-XxeQeY/django/django/db/backends/dummy/base.pyR s t DatabaseClientc B s e Z e Z RS( ( R R R t runshell( ( ( s? /tmp/pip-install-XxeQeY/django/django/db/backends/dummy/base.pyR
s t DatabaseCreationc B s e Z e Z e Z RS( ( R R R t create_test_dbt destroy_test_db( ( ( s? /tmp/pip-install-XxeQeY/django/django/db/backends/dummy/base.pyR "