Skip to content

Update quick start docs #195

@ubershmekel

Description

@ubershmekel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions