Skip to content

apps.base's static url conflicts with the django development server's built-in static assets #21

@bradmontgomery

Description

@bradmontgomery

By default, the django development server will serve all static files (images, js, css) at /static/. Unfortunately, The ^static$ url in app.base.urls conflicts with this, and anyone trying to get the registryServer running in a development environment will have troubles.

Is the related view app.base.views.static even used anywhere? The comment a few lines above this makes me think this might be cruft.

Would it be safe to remove this code?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions