Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suspicious URL pattern warning during deployment #742

Closed
zhiltsov-max opened this issue Sep 27, 2019 · 1 comment
Closed

Suspicious URL pattern warning during deployment #742

zhiltsov-max opened this issue Sep 27, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@zhiltsov-max
Copy link
Contributor

The problem
Documented installation steps for Ubuntu 18.04 produce the following warning message during the deployment.

How to reproduce

$ docker-compose build
$ docker-compose up -d
$ docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'

System check identified some issues:

WARNINGS:
?: (2_0.W001) Your URL pattern 'api/swagger.<slug:format>$' [name='schema-json'] has a route that contains '(?P<', begins with a '^', or ends with a '$'. This was likely an oversight when migrating to django.urls.path().
Username (leave blank to use 'django'):

Environment

  • OS: Ubuntu 18.04
  • Commit SHA: f537236
@nmanovic nmanovic added the enhancement New feature or request label Sep 30, 2019
@nmanovic nmanovic added this to the 1.0.0 - Beta milestone Sep 30, 2019
@nmanovic
Copy link
Contributor

It should be fixed by #978

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants