mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-16 14:44:01 +03:00
Default to AutoField for now
This commit is contained in:
parent
c612c3da9b
commit
04608ea694
|
|
@ -15,6 +15,7 @@ def pytest_configure(config):
|
||||||
|
|
||||||
settings.configure(
|
settings.configure(
|
||||||
DEBUG_PROPAGATE_EXCEPTIONS=True,
|
DEBUG_PROPAGATE_EXCEPTIONS=True,
|
||||||
|
DEFAULT_AUTO_FIELD="django.db.models.AutoField",
|
||||||
DATABASES={
|
DATABASES={
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.sqlite3',
|
'ENGINE': 'django.db.backends.sqlite3',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user