PythonAnywhere (https://ivanleoncz.pythonanywhere.com)
Website written in Django and its template engine for serving small projects, proudly hosted at PythonAnywhere.
Library is the only app available: other apps are under design.
- Adding or changing static files, will always require collecting static files:
python3 manage.py collectstatic
. - Any change performed in terms of code, configuration or even static files, will always require the reload of the application on the Web Dashboard.