Testing for Wagtail 3.0.3 and django 3.2.16
This commit is contained in:
@ -168,3 +168,5 @@ BASE_URL = 'http://example.com'
|
||||
INTERNAL_IPS = ['127.0.0.1']
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||
|
||||
WAGTAILADMIN_BASE_URL = 'http://localhost:8000/admin'
|
||||
|
Reference in New Issue
Block a user