7

Testing for Wagtail 3.0.3 and django 3.2.16

This commit is contained in:
nick.moreton
2022-11-18 13:25:32 +00:00
parent 16d57c562e
commit 0d1a26d550
2 changed files with 3 additions and 1 deletions

View File

@ -168,3 +168,5 @@ BASE_URL = 'http://example.com'
INTERNAL_IPS = ['127.0.0.1'] INTERNAL_IPS = ['127.0.0.1']
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
WAGTAILADMIN_BASE_URL = 'http://localhost:8000/admin'

View File

@ -2,7 +2,7 @@ import re
from setuptools import find_packages, setup from setuptools import find_packages, setup
install_requires = [ install_requires = [
'wagtail>=2.15,<3.0', 'wagtail>=2.15,<4.0',
'user-agents>=1.1.0', 'user-agents>=1.1.0',
'wagtailfontawesome>=1.1.3', 'wagtailfontawesome>=1.1.3',
'pycountry', 'pycountry',