GW2Raidar / gw2raidar

A log parsing website for Guild Wars 2 combat logs
http://www.gw2raidar.com
GNU General Public License v3.0
20 stars 14 forks source link

Django Breaking Code Updates #359

Closed anewhomegw2 closed 3 years ago

anewhomegw2 commented 4 years ago

The source code needs a bug-fix: 'django.contrib.staticfiles' : needs to be modified to : django.templatetags.static | applies to settings.py / views.py.

The other change which is required in the \api_v2\views.py file: 'from rest_framework.schemas.inspectors import AutoSchema' line 4 needs to be change to: 'from rest_framework.schemas.coreapi import AutoSchema'

This is just to get it to compile - this removes the [staticfiles] part of the manage.py - so the code may need to be looked at it get this fully functional again.

merforga commented 3 years ago

Fixed in recent merge