Skip to content
Snippets Groups Projects
Commit c61f88d8 authored by Galtier Virginie's avatar Galtier Virginie
Browse files

fix

parent cb47dda6
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,13 @@ if project_home not in sys.path:
# import flask app but need to call it "application" for WSGI to work
from swagger_server.__main__ import app as application # noqa
```
- save the file and reload the web app
- save the file
- in a Bash console in the `v6` directory, run
```
pip3 install -r requirements.txt
python3 -m swagger_server
```
- reload the web app
- you can now test the app with curl:
```
curl -X DELETE http://yourpythonanywhereusername.eu.pythonanywhere.com/reset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment