You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All necessary libraries can be installed with:
pip3 install -r requirements.txt
mylibrary is a standard Django application, so the server is run with:
python3 manage.py runserver
tests can be run with
python3 manage.py tests