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']
|
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'
|
||||||
|
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Reference in New Issue
Block a user