I tried using http://frog.readthedocs.io/en/latest/admin/quickstart.html
Here are issues I've experienced trying to set up the new frog:
'django.contrib.comments', -> 'django_comments in INSTALLED_APPS
FROG_FFPROBE isn't mentioned in the example settings.py
./manage.py syncdb -> ./manage.py makemigrations (then migrate)
- Deprecation warnings:
Support for string view arguments to url() is deprecated and will be removed in Django 1.10
RemovedInDjango110Warning: You haven't defined a TEMPLATES setting. You must do so before upgrading to Django 1.10.
RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead
frog.context_processors.media seems to be missing from the project and shouldn't be in TEMPLATE_CONTEXT_PROCESSORS
Now I'm wrestling with http 405 responses.
I tried using http://frog.readthedocs.io/en/latest/admin/quickstart.html
Here are issues I've experienced trying to set up the new frog:
'django.contrib.comments',->'django_commentsin INSTALLED_APPSFROG_FFPROBEisn't mentioned in the example settings.py./manage.py syncdb->./manage.py makemigrations(thenmigrate)Support for string view arguments to url() is deprecated and will be removed in Django 1.10RemovedInDjango110Warning: You haven't defined a TEMPLATES setting. You must do so before upgrading to Django 1.10.RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances insteadfrog.context_processors.mediaseems to be missing from the project and shouldn't be inTEMPLATE_CONTEXT_PROCESSORSNow I'm wrestling with http 405 responses.