mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-22 20:28:13 +08:00
fixed test settings error
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ env:
|
||||
- DJANGO=1.7.8
|
||||
|
||||
install:
|
||||
- pip install -q django==$DJANGO --use-mirrors
|
||||
- pip install -q django==$DJANGO
|
||||
- pip install -r requirements.txt
|
||||
- pip install pytest-django simplejson pytz coverage coveralls
|
||||
- python setup.py install
|
||||
|
||||
@@ -37,7 +37,6 @@ INSTALLED_APPS = (
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django_extensions',
|
||||
'django_q'
|
||||
)
|
||||
|
||||
@@ -104,4 +103,4 @@ USE_TZ = True
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
# Django Q specific
|
||||
#Q_PREFIX = 'test_django_q'
|
||||
Q_PREFIX = 'test_django_q'
|
||||
|
||||
Reference in New Issue
Block a user